demeralde / react-tailwind-env

An example of a custom react env with basic support for tailwindcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-tailwind-env

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/

requirements

This repo has recently changed to use new APIs of bit available only from version 0.0.426 or higher.

run project

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.

components

tailwind-react

A custom env which extend the core react aspect and transform its webpack config to support tailwind css.

tailwind-styles

A simple component to:

  • add the core of tailwind css styles
  • add custom theme for tailwind (spacing) (see tailwind.config.js)

tailwind-button

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

tailwind-button

A simple component that demonstrate a usage of custom theme from tailwind config

About

An example of a custom react env with basic support for tailwindcss


Languages

Language:TypeScript 75.2%Language:JavaScript 24.3%Language:CSS 0.5%