mirror of
https://github.com/aniftyco/awesome-tailwindcss
synced 2024-11-10 06:24:16 +00:00
initial commit
This commit is contained in:
commit
c9546834c1
3 changed files with 83 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
* text=auto
|
||||
readme.md merge=union
|
32
contributing.md
Normal file
32
contributing.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Contributing Guide
|
||||
|
||||
1. Make sure you put things in the right category!
|
||||
2. Always add your items to the end of a list. To be fair, the order is first-come-first-serve.
|
||||
3. If you think something belongs in the wrong category, or think there needs to be a new category, feel free to edit things too.
|
||||
|
||||
|
||||
|
||||
### Projects using Tailwind CSS
|
||||
|
||||
Make sure you put things in the right category. There are two main categories:
|
||||
- Open Source
|
||||
- Apps/Websites
|
||||
|
||||
#### Open source
|
||||
|
||||
Open Source section gives the possibility for developers to contribute and be a part of an opensource project using their knowledge of the Tailwind.
|
||||
You should put your project in this category if the following conditions are true:
|
||||
- The documentation (README) contains a description of the project, illustration of the project with a demo or screenshots and a CONTRIBUTING section.
|
||||
- The documentation is in English.
|
||||
- The project is active and maintained.
|
||||
- The project accepts contributions.
|
||||
|
||||
The link provided should be the link of the github repository, not the demo.
|
||||
If you consider your project finished, and it does not need any contributions, consider the apps/website category.
|
||||
|
||||
#### Apps/Websites
|
||||
|
||||
Apps/Websites gives the opportunity to showcase the awesome things we can build with Tailwind.
|
||||
You should put your app/website in this category if the following conditions are true:
|
||||
- The website is available without errors or ssl certificate problems, and load in a reasonable amount of time.
|
||||
- The website is using Tailwind intensively.
|
49
readme.md
Normal file
49
readme.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
# Awesome Tailwind CSS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
|
||||
|
||||
> A curated list of awesome things related to Tailwind CSS
|
||||
|
||||
|
||||
## Contents
|
||||
|
||||
- [Resources](#resources)
|
||||
- [Projects Using Tailwind CSS](#projects-using-tailwind-css)
|
||||
- [Open Source](#open-source)
|
||||
- [Apps/Websites](#appswebsites)
|
||||
- [Components & Libraries](#components--libraries)
|
||||
|
||||
|
||||
## Resources
|
||||
|
||||
- [Tailwind Official Site](https://tailwindcss.com)
|
||||
- [Tailwind Official Repo](https://github.com/tailwindcss/tailwindcss)
|
||||
- [Discussion Repo](https://github.com/tailwindcss/discuss)
|
||||
- [Webpack Starter Project](https://github.com/tailwindcss/webpack-starter)
|
||||
- [Gusts - Tailwind CSS Playground](https://gustscss.com/)
|
||||
- [Laravel Frontend Preset](https://github.com/laravel-frontend-presets/tailwindcss)
|
||||
|
||||
|
||||
## Projects Using Tailwind CSS
|
||||
|
||||
### Open Source
|
||||
|
||||
- [Add Your Item](https://github.com/merchedhq/awesome-tailwindcss/pulls)
|
||||
|
||||
### Apps/Websites
|
||||
|
||||
- [Matt Stauffer](https://mattstauffer.com/)
|
||||
- [Add Your Item](https://github.com/merchedhq/awesome-tailwindcss/pulls)
|
||||
|
||||
|
||||
## Components & Libraries
|
||||
|
||||
- [Add Your Item](https://github.com/merchedhq/awesome-tailwindcss/pulls)
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)
|
Loading…
Reference in a new issue