@torthu/jacketui-components
v0.2.0
Published
JacketUI component system for React.
Downloads
227
Readme
JacketUI
Utilities for creating React component systems based on thoughts from compassionate components.
Philosophy
We want flexibility in our components and escape hatches in order to solve edge cases and make components truly expandable and reusable.
Semantic HTML
Components should adapt to semantic needs, thus they can be overwritten to use other HTML-elements by using <BaseComponent as="div" />
