Lightswind UI is a comprehensive frontend library designed to help developers and designers create modern, responsive, and highly interactive user interfaces with ease. Leveraging the power of Tailwind CSS, Lightswind UI offers a collection of creative, pre-built React and HTML components that seamlessly integrate into any project, allowing you to bring your ideas to life effortlessly.
For complete documentation, visit Lightswind Documentation.
To install the latest version of Lightswind UI, use the following command:
npm install lightswind@latest
For complete installation guide, visit Lightswind Installation.
You can also include Lightswind UI in your project by directly linking to the CDN in your HTML file:
<!-- Lightswind CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightswind@1.0.1/src/lightswind.css">
<!-- Add this script CDN link at the bottom of the body, after all the HTML content, and before any other script tags -->
<script src="https://cdn.jsdelivr.net/npm/lightswind@1.0.1/src/lightswind.min.js"></script>
<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
We welcome contributions to Lightswind UI. Before submitting a pull request, please review our contributing guidelines to ensure your submission aligns with our project standards.