Skip to content

cothema/drakkar-ui

Repository files navigation

🧩 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-ui

or

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! 🎉

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/feature-name)
  3. Commit your changes (git commit -m "feat: Created X component")
  4. Push the branch (git push origin feature/feature-name)
  5. Create a pull request

💬 Contact Us

📧 info@cothema.com
🌐 cothema.com
🚀 Let's build better UI together!


🔗 GitHub Repository
📦 NPM Package: @cothema/drakkar-ui

About

Drakkar UI kit for Tailwind & React by Cothema

Resources

License

Stars

Watchers

Forks

Packages

No packages published