feat(SW-1509): new select component in design-system

This commit is contained in:
Christian Andolf
2025-04-08 12:54:48 +02:00
parent eb46f08ef1
commit 77e4e9d203
6 changed files with 273 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { Select } from './Select'
export { SelectItem } from './SelectItem'