A modular and themeable UI Kit based on Mantine and Atomic Design principles.
Storybook — interactive component explorer
npm install lib-ui-kit
import { Button } from 'lib-ui-kit';
function App() {
return <Button>Click me</Button>;
}
Full documentation is available in the Wiki.
Contributions are welcome!
Please check the Development guide before submitting a PR.
MIT — LICENSE