feat(Textarea): new component (#62)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Romain Hamel
2024-03-22 17:53:43 +01:00
committed by GitHub
parent d23e3e1c76
commit 2ca6973337
7 changed files with 369 additions and 0 deletions

View File

@@ -20,3 +20,4 @@ export { default as slideover } from './slideover'
export { default as switch } from './switch'
export { default as tabs } from './tabs'
export { default as tooltip } from './tooltip'
export { default as textarea } from './textarea'