@kommone/react-komm-ponents
v0.0.4
Published
erstellt nach https://victorlillo.dev/blog/react-typescript-vite-component-library
Readme
React Components im Komm.ONE-Design
erstellt nach https://victorlillo.dev/blog/react-typescript-vite-component-library
Mit dem Befehl npm pack kann ein Package in Form einer .tgz-Datei erstellt werden.
Diese Datei kann dann mit npm install #Pfad zur .tgz-Datei# in ein anderes Projekt importiert werden.
Roadmap
- [ ] CSS Scoping: Scope global styles to a
.komm-providerroot class to prevent side effects in consumer apps. - [x] Button Accessibility: Transition from
titleattributes to standardaria-labelandaria-busypatterns. - [ ] Polymorphic Components: Implement an
asprop for theLinkcomponent to support different router integrations. - [ ] Icon Strategy: Move to an inline SVG strategy to remove heavy FontAwesome peer dependencies.
- [x] Component Control State: Support controlled component patterns for
FileSelect.
