Skip to content

TailwindCSS open source component library that simplifies the creation of modern web interfaces, facilitating visual integration and speeding up development.

Notifications You must be signed in to change notification settings

FabianHermar/DuneUI

Repository files navigation

DuneUI

DuneUI is a UI component library built on TailwindCSS, designed to simplify the creation of modern and accessible web interfaces. No need to install additional packages—just copy and paste the component code, and use the power of TailwindCSS to customize everything to your needs.

Features

  • TailwindCSS-based: All components are styled using TailwindCSS utilities, allowing you to easily tweak and adjust styles.
  • Production-ready components: Copy and paste components directly into your project with no extra dependencies.
  • Accessibility: Components are designed following best accessibility practices.
  • Framework-agnostic: Works in any project that uses TailwindCSS, with no additional JavaScript required.

Getting Started

  1. Ensure that TailwindCSS is set up in your project. If not, follow this installation guide.
  2. Browse the DuneUI documentation to find the component you need.
  3. Copy the component’s code.
  4. Paste it into your project and adjust the TailwindCSS classes as needed.

Example

<!-- DuneUI Button Component -->
<button class="bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-700">
  Click me
</button>

Documentation

Check out the full DuneUI documentation to explore all available components and learn how to customize them using TailwindCSS.

Contributing

Contributions are welcome! If you’d like to contribute or add new components, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b my-new-feature.
  3. Commit your changes: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin my-new-feature.
  5. Open a Pull Request for review.

License

This project is licensed under the MIT License.

About

TailwindCSS open source component library that simplifies the creation of modern web interfaces, facilitating visual integration and speeding up development.

Resources

Code of conduct

Stars

Watchers

Forks