##Contributing to Vanilla CSS Components
Thank you for your interest in contributing to this project! Here are a few guidelines to get you started:
Fork this repository.
Create a new branch: git checkout -b feature/new-feature. Make your changes and commit them: git commit -m 'Add new feature'. Push to the branch: git push origin feature/new-feature.
Submit a pull request with a clear description of your changes. Please make sure to follow the Code of Conduct in all your interactions with the project.
Happy coding!!