cra-template-tailwindcss-styled
v2.1.0
Published
ReactJS with TailwindCSS and Styled-Components
Downloads
3
Maintainers
Readme
cra-template-tailwindcss-styled
This is the Tailwind CSS and styled-components template for Create React App.
Setting Up
To use this template, add --template tailwindcss-styled
when you're creating a new app.
Example:
npx create-react-app my-app --template tailwindcss-styled
# or
yarn create react-app my-app --template tailwindcss-styled
More Examples
If you need more examples for use Tailwind CSS with styled-components, you can see this two pages:
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.