mirror of
https://github.com/aniftyco/awesome-tailwindcss.git
synced 2025-12-08 22:13:24 +00:00
Added Plugins specific section and updated Contributing doc (#36)
* add specific plugins section now plugin architecture has been released * updated table of contents * updated contributing document with further explanations to match the current state of the repo
This commit is contained in:
committed by
Josh Manders
parent
80bf47fad1
commit
be02c77db8
@@ -3,17 +3,27 @@
|
||||
Please be sure to follow the [Tailwind CSS Community Guidelines](https://github.com/tailwindcss/tailwindcss/blob/master/.github/CODE_OF_CONDUCT.md).
|
||||
|
||||
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.
|
||||
|
||||
1. Always add your items to the end of a list. To be fair, the order is first-come-first-serve.
|
||||
1. If you think something belongs in the wrong category, or think there needs to be a new category, feel free to edit things too.
|
||||
1. Always add the "Add your item" to the end of each list `- [Add Your Item](https://github.com/merchedhq/awesome-tailwindcss/pulls)`
|
||||
|
||||
|
||||
### Projects using Tailwind CSS
|
||||
|
||||
Make sure you put things in the right category. There are two main categories:
|
||||
- Open Source
|
||||
- Apps/Websites
|
||||
Make sure you put things in the right category. There are five main categories:
|
||||
- Resources
|
||||
- Projects Using Tailwind CSS
|
||||
- Open Source
|
||||
- Apps/Websites
|
||||
- Components & Libraries
|
||||
- Plugins
|
||||
- Demos & Samples
|
||||
|
||||
### Resources
|
||||
|
||||
Official and unofficial resources for getting started with and using the tailwindcss framework.
|
||||
|
||||
### Projects Using Tailwind CSS
|
||||
#### 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.
|
||||
@@ -32,3 +42,15 @@ Apps/Websites gives the opportunity to showcase the awesome things we can build
|
||||
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.
|
||||
|
||||
### Components & Libraries
|
||||
|
||||
Components and libraries that extend the tailwindcss framework.
|
||||
|
||||
### Plugins
|
||||
|
||||
Tailwindcss plugins that use the [official plugin architecture](https://tailwindcss.com/docs/plugins/) to extend the framework.
|
||||
|
||||
### Demos & Samples
|
||||
|
||||
Demos, examples and samples of tailwindcss in use.
|
||||
|
||||
@@ -12,6 +12,7 @@ Tailwind CSS is a utility-first CSS framework for rapidly building custom user i
|
||||
- [Open Source](#open-source)
|
||||
- [Apps/Websites](#appswebsites)
|
||||
- [Components & Libraries](#components--libraries)
|
||||
- [Plugins](#plugins)
|
||||
- [Demos & Samples](#demos--samples)
|
||||
|
||||
|
||||
@@ -71,6 +72,12 @@ Tailwind CSS is a utility-first CSS framework for rapidly building custom user i
|
||||
- [Add Your Item](https://github.com/merchedhq/awesome-tailwindcss/pulls)
|
||||
|
||||
|
||||
## Plugins
|
||||
|
||||
- [Aspect Ratio](https://github.com/webdna/tailwindcss-aspect-ratio)
|
||||
- [Fluid](https://github.com/bradlc/tailwindcss-fluid)
|
||||
- [Add Your Item](https://github.com/merchedhq/awesome-tailwindcss/pulls)
|
||||
|
||||
## Demos & Samples
|
||||
|
||||
- [Tailwind CSS - Building a Login Page](https://mustafaaloko.github.io/2017/tailwind-css-building-a-login-page/)
|
||||
|
||||
Reference in New Issue
Block a user