All Projects → kriswep → cra-tailwindcss-in-js

kriswep / cra-tailwindcss-in-js

Licence: MIT license
Integrate Tailwind CSS in a Create React App setup using css-in-js solutions

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to cra-tailwindcss-in-js

cra-tailwindcss
Integrate Tailwind CSS in a Create React App setup
Stars: ✭ 105 (+200%)
Mutual labels:  css-framework, utility-classes, tailwind, tailwind-css
emma.css
🍴 Emma.css { utility-classes: emmet-like; }
Stars: ✭ 53 (+51.43%)
Mutual labels:  utility, css-framework, utility-classes
covid-19-stats
Get the latest COVID-19 statistics by country
Stars: ✭ 41 (+17.14%)
Mutual labels:  tailwind, tailwind-css
notus-js
Notus JS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 191 (+445.71%)
Mutual labels:  tailwind, tailwind-css
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+91.43%)
Mutual labels:  tailwind, tailwind-css
tailwind-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Stars: ✭ 1,662 (+4648.57%)
Mutual labels:  tailwind, tailwind-css
github-markdown-tailwindcss
⛵ Replicate GitHub Flavored Markdown with Tailwind CSS components
Stars: ✭ 100 (+185.71%)
Mutual labels:  tailwind, tailwind-css
notus-angular
Notus Angular: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 148 (+322.86%)
Mutual labels:  tailwind, tailwind-css
hucssley
Hucssley - a full-featured, consistent, atomic utility class library for rapidly building performant UI
Stars: ✭ 79 (+125.71%)
Mutual labels:  css-framework, utility-classes
tailwind
Website clones/examples using Tailwind CSS.
Stars: ✭ 49 (+40%)
Mutual labels:  tailwind, tailwind-css
create-nuxt-tailwind-app
[DEPRECATED] Use create-nuxt-app, they added full tailwindcss & purgecss support
Stars: ✭ 32 (-8.57%)
Mutual labels:  tailwind, tailwind-css
tailwind-shift
⚙️ Shift to the next TailwindCSS version hassle-free.
Stars: ✭ 114 (+225.71%)
Mutual labels:  tailwind, tailwind-css
Tailwindcss
A utility-first CSS framework for rapid UI development.
Stars: ✭ 50,879 (+145268.57%)
Mutual labels:  css-framework, utility-classes
svelte-pwa-now
A PWA ready Svelte v3.0 starter template with Tailwind, Now integration and optional Typescript suppot
Stars: ✭ 138 (+294.29%)
Mutual labels:  tailwind, tailwind-css
atomize
A library of atomic CSS classes.
Stars: ✭ 51 (+45.71%)
Mutual labels:  css-framework, utility-classes
HypeStyle
Small, useful CSS library build on utility classes & components.
Stars: ✭ 28 (-20%)
Mutual labels:  css-framework, utility-classes
Twin.macro
🦹‍♂️ Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, stitches and goober) at build time.
Stars: ✭ 5,137 (+14577.14%)
Mutual labels:  tailwind, tailwind-css
steller-css
⛰️ A utility-first CSS framework that serves as the foundation of your design system
Stars: ✭ 14 (-60%)
Mutual labels:  css-framework, utility-classes
tailwindcss-background-extended
All of the missing background utilities for Tailwind CSS.
Stars: ✭ 25 (-28.57%)
Mutual labels:  tailwind, tailwind-css
ngx-tailwind
💨 Simple Angular schematic that initializes Tailwind CSS in your project and adds a custom webpack config to your build process.
Stars: ✭ 120 (+242.86%)
Mutual labels:  tailwind, tailwind-css

This project was bootstrapped with Create React App.

CircleCI

It shows how you could setup Tailwind CSS, a utility-first css framework, in an CRA environment with styled components and babel macros. Read more about the setup steps and benefits using Tailwind and css-in-js combined.

Updated to work with Tailwind version 1!

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].