feat(Switch): new component

This commit is contained in:
Benjamin Canac
2024-03-22 15:57:12 +01:00
parent 245e9941c0
commit cd1073d938
7 changed files with 263 additions and 0 deletions

View File

@@ -17,5 +17,6 @@ export { default as navigationMenu } from './navigationMenu'
export { default as popover } from './popover'
export { default as skeleton } from './skeleton'
export { default as slideover } from './slideover'
export { default as switch } from './switch'
export { default as tabs } from './tabs'
export { default as tooltip } from './tooltip'