Skip to content

r1zzrvk/lib-ui-kit

Repository files navigation

Lib UI Kit

A modular and themeable UI Kit based on Mantine and Atomic Design principles.

Storybook — interactive component explorer

🚀 Quick Start

npm install lib-ui-kit
import { Button } from 'lib-ui-kit';

function App() {
  return <Button>Click me</Button>;
}

📚 Documentation

Full documentation is available in the Wiki.

Key Pages:

🤝 Contributing

Contributions are welcome!
Please check the Development guide before submitting a PR.

📜 License

MIT — LICENSE