Skip to content

Commit

Permalink
feat: expose FocusScope (#1584)
Browse files Browse the repository at this point in the history
* feat: expose FocusScope

* test: update list of component
  • Loading branch information
zernonia authored Jan 28, 2025
1 parent f56f2db commit d0077d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/radix-vue/constant/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ export const components = {
'EditableEditTrigger',
],

focusScope: [
'FocusScope',
],

hoverCard: [
'HoverCardRoot',
'HoverCardTrigger',
Expand Down
1 change: 1 addition & 0 deletions packages/radix-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export * from './DateRangeField'
export * from './Dialog'
export * from './DropdownMenu'
export * from './Editable'
export * from './FocusScope'
export * from './HoverCard'
export * from './Label'
export * from './Listbox'
Expand Down

0 comments on commit d0077d7

Please sign in to comment.