feat(Progress): new component (#75)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Sandro Circi
2024-05-15 15:26:07 +02:00
committed by GitHub
parent 9037a1d94c
commit 138cb2d12d
9 changed files with 820 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ export { default as modal } from './modal'
export { default as navigationMenu } from './navigation-menu'
export { default as pagination } from './pagination'
export { default as popover } from './popover'
export { default as progress } from './progress'
export { default as radioGroup } from './radio-group'
export { default as select } from './select'
export { default as selectMenu } from './select-menu'