Drakkar UI is a modular UI library built with React and Tailwind CSS.
It provides scalable, customizable, and accessible components for modern web applications.
✅ 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
npm install @cothema/drakkar-ui
or
yarn add @cothema/drakkar-ui
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: [],
};
This project is licensed under Mozilla Public License 2.0 (MPL-2.0).
See the LICENSE file for details.
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
📧 info@cothema.com
🌐 cothema.com
🚀 Let's build better UI together!
🔗 GitHub Repository
📦 NPM Package: @cothema/drakkar-ui