feat(Tabs): new component

This commit is contained in:
Benjamin Canac
2024-03-14 15:20:35 +01:00
parent 6e42ee1e2a
commit 13d389fd39
7 changed files with 255 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ export { default as icons } from './icons'
export { default as kbd } from './kbd'
export { default as popover } from './popover'
export { default as skeleton } from './skeleton'
export { default as tabs } from './tabs'
export { default as tooltip } from './tooltip'