Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.1 KB

README.md

File metadata and controls

52 lines (37 loc) · 2.1 KB

Tailwind Components

A collection of well-crafted components built using TailwindCSS for your next project

Note: This project is to help the members of FreeCodeCamp Antipolo local-study group to participate on Hacktoberfest 2020, any contributions from a non-member will be ignored from the mean time.

Introduction

Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.

Visit the Official Website

Requirements

Getting Started

To contribute to this project, you must be assigned to an issue before you make a pull request. Please follow the steps below:

  1. Go to Issues page and comment that you want to work with that task. When you have been assigned to that issue, you can now proceed to the next step.
  2. Fork this repository.
  3. Clone the forked repository:
    git clone https://github.com/**YOUR-USERNAME**/tailwind-components.git
    
    Replace **YOUR-USERNAME** with your github username.
  4. Create your own branch from the main branch to start working on the project:
    git checkout -b ***YOUR-USERNAME**
    
    Replace **YOUR-USERNAME** with your github username.
  5. Preview your website:
    docsify serve docs
    
    Note: Make sure you have Docsify CLI installed globally
  6. Push your changes and make a pull request! 🎉

Resources

We provided some resources that you can use to create the components and add it into the documentation.

License

This project is licensed under MIT