An example of a custom bit react env with basic support for tailwindcss
Read docs about Custom Webpack Config
See the already exported components in https://bit.dev/shohamgilad/tailwind-test/
This repo has recently changed to use new APIs of bit available only from version 0.0.426 or higher.
git clone https://github.com/teambit/react-tailwind-env.git
bit install
bit compile
bit install
bit start
In case you plan to use it and export components to your own remote scope, I recommend run: bit init --reset-new
to make all the components new components.
Then you can change the default scope, and the relevant import statements.
A custom env which extend the core react aspect and transform its webpack config to support tailwind css.
A simple component to:
- add the core of tailwind css styles
- add custom theme for tailwind (spacing) (see
tailwind.config.js
)
A simple button component that uses the tailwind-styles component, and use some tailwind builtin classes It's build using the tailwind-react env described above
A simple component that demonstrate a usage of custom theme from tailwind config