0.1.3 • Published 3 years ago

lang-blocks v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Lang Blocks

A set of reusable components built in React using Tailwind CSS. Meant for rapid proto-typing or forking for use in a new project where you can use the ready made components and evolve them into your own style.

Install

  1. Install TailwindCSS in your project, and set up a configuration file defining the color properties for
    • primary
  2. Install lang-blocks yarn add lang-blocks tailwindcss
  3. Import any component or hook from lang-blocks like so:
import { Button } from 'lang-blocks'

Example Tailwind Configuration File

See tailwind.config.js in this repo for an example configuration file.

Demo

Contributions are welcome.