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:
parent
3c5b7165f0
commit
aa78346dd8
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ export const Default: Story = {
|
||||||
|
|
||||||
export const Right: Story = {
|
export const Right: Story = {
|
||||||
args: {
|
args: {
|
||||||
|
trigger: <Button color='green' label="Click"></Button>,
|
||||||
items: items,
|
items: items,
|
||||||
position: 'right'
|
position: 'right'
|
||||||
},
|
},
|
||||||
|
@ -52,6 +53,7 @@ export const Right: Story = {
|
||||||
|
|
||||||
export const LongLabels: Story = {
|
export const LongLabels: Story = {
|
||||||
args: {
|
args: {
|
||||||
|
trigger: <Button color='green' label="Click"></Button>,
|
||||||
items: longItems,
|
items: longItems,
|
||||||
position: 'right'
|
position: 'right'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue