0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added triggers for Menu stories

refs https://github.com/TryGhost/Team/issues/3351
This commit is contained in:
Djordje Vlaisavljevic 2023-06-01 19:50:43 +01:00
parent 3c5b7165f0
commit aa78346dd8

View file

@ -40,6 +40,7 @@ export const Default: Story = {
export const Right: Story = {
args: {
trigger: <Button color='green' label="Click"></Button>,
items: items,
position: 'right'
},
@ -52,6 +53,7 @@ export const Right: Story = {
export const LongLabels: Story = {
args: {
trigger: <Button color='green' label="Click"></Button>,
items: longItems,
position: 'right'
}