@boluwatife.be/kosmos-ui
v0.1.0
Published
A lightweight, accessible React component library with theming support
Maintainers
Readme
Kosmos UI
A lightweight, accessible React component library with theming support built with Emotion.
Installation
```bash npm install @boluwatife.be/kosmos-ui @emotion/react ```
Usage
```jsx import { ThemeProvider, Button, Stack } from '@boluwatife.be/kosmos-ui';
function App() { return (
Click me
); } ```
Components
- Box
- Button
- Input
- Stack
- Text
- Heading
License
MIT
