Skip to content

Commit

Permalink
refactor: add field to dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 3, 2024
1 parent f19146b commit a219f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const components: any[] = [
{ name: 'accordion' },
{ name: 'menu', children: [{ name: 'dropdown' }, { name: 'keyboard' }] },
{ name: 'carousel', children: [{ name: 'button' }] },
{ name: 'list-box', children: [{ name: 'dropdown' }] },
{ name: 'list-box', children: [{ name: 'dropdown' }, { name: 'field' }] },
{ name: 'tabs' },
{ name: 'tag-group', children: [{ name: 'field' }, { name: 'badge' }] },
{ name: 'table', children: [{ name: 'checkbox' }] },
Expand Down

0 comments on commit a219f95

Please sign in to comment.