@cothema/drakkar-ui
v0.5.3
Published
Modular UI Kit for React & Tailwind by Cothema
Readme
🧩 Drakkar UI kit – Modular UI Kit for React & Tailwind by Cothema
Drakkar UI is a modular UI library built with React and Tailwind CSS.
It provides scalable, customizable, and accessible components for modern web applications.
✨ Features
✅ Tailwind-powered – Lightweight and flexible styling
✅ TypeScript-based – Strongly typed and secure code
✅ Modular design – Use only the components you need
✅ Easy integration – Compatible with Next.js, Vite, Remix, and more
🚀 Installation
npm install @cothema/drakkar-uior
yarn add @cothema/drakkar-ui⚙️ Before Usage
Configure Tailwind
Ensure your tailwind.config.js includes the Drakkar UI components:
module.exports = {
content: ["./src/**/*.{js,ts,jsx,tsx}", "./node_modules/@cothema/drakkar-ui/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};📜 License
This project is licensed under Mozilla Public License 2.0 (MPL-2.0).
See the LICENSE file for details.
💡 Contributing
We welcome feature requests and pull requests! 🎉
- Fork the repository
- Create a new branch (
git checkout -b feature/feature-name) - Commit your changes (
git commit -m "feat: Created X component") - Push the branch (
git push origin feature/feature-name) - Create a pull request
💬 Contact Us
📧 [email protected]
🌐 cothema.com
🚀 Let's build better UI together!
🔗 GitHub Repository
📦 NPM Package: @cothema/drakkar-ui
