Welcome to the Tailwind Components website! This website was built to showcase a collection of UI components created using Tailwind CSS, a utility-first CSS framework.
- Ui Design Daily Email popup: An implementation of a simple email newsletter signup form from the Ui design daily website built with Tailwind
- Clone this repository to your local machine.
- Install the dependencies by running
npm install
. - Run the tailind watch script with
npm run watch
. - Run the index.html file with live-server
- The website will be available at
http://127.0.0.1:5500/index.html
.
The appearance of the components can be customized by modifying the tailwind.config.js
file and running npm run build
to regenerate the CSS. Refer to the Tailwind CSS documentation for more information on customization.