Welcome to the Tailwind CSS repository! This repository contains a collection of custom Tailwind components that you can use in your projects.
To use the Tailwind CSS components in your project, follow these steps:
Clone the repository to your local machine:
git clone https://github.com/snipher-marube/TailwindComponentsTrain.git
Change into the project directory:
cd TailwindComponentsTrain/component
example
cd TailwindComponentsTrain/navbars
Install the dependencies:
npm install
Build the Tailwind CSS styles:
npm run build
Include the compiled CSS file in your HTML:
<link rel="stylesheet" href="path/to/tailwind-components.css" />
We welcome contributions to the Tailwind CSS repository! If you'd like to contribute, please follow these guidelines:
Fork the repository on GitHub.
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
Make your changes and commit them:
git commit -m "Add your commit message here"
Push your changes to your forked repository:
git push origin feature/your-feature-name
Open a pull request on the main repository and provide a detailed description of your changes.
Thank you for your interest in contributing to the Tailwind CSS repository!