-
Notifications
You must be signed in to change notification settings - Fork 201
feat: Support secondaryText and labelTag for button-dropdown #3844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
a3f2998
0318384
a06cf13
390b77e
77e2289
cc28835
da3f4e4
30b7018
0e1347b
f43c798
f6068d5
8e6a9ed
7ee0478
5d132f9
201e320
9f8f63a
fd77494
0500609
b507d79
2e78d15
1b6b30f
46aa1fb
23b0078
b50818b
cba475f
b0abc2e
171aea8
370e0bc
68a44bf
c14985d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
cansuaa marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,13 +17,15 @@ const launchInstanceItem = { | |
| const launchInstanceFromTemplateItem = { | ||
| text: 'Launch instance from template', | ||
| iconName: 'file', | ||
| secondaryText: 'Use an existing template', | ||
| } as const; | ||
|
|
||
| const viewInstancesItem = { | ||
| text: 'View instances', | ||
| href: 'https://instances.com', | ||
| external: true, | ||
| externalIconAriaLabel: '(opens in new tab)', | ||
| labelTag: 'Ctrl + Click', | ||
|
||
| } as const; | ||
|
|
||
| const permutations = createPermutations<ButtonDropdownProps>([ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.