1.1.0 • Published 2 years ago

lemon-design-react v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

🍋 Lemon Design

A React component library based on Tailwind CSS

Beta

View components here →

Installation

Install through the package manager of your choice

npm install lemon-design-react

Setup

Compile classes

Add the following to your tailwind.config.js in order for your project to compile the css of the components. We do this in order to prevent duplicate classes in your project.

content: [
  ...,
  "./node_modules/lemon-design-react/src/**/*.tsx",
]

Custom styles

Since we have some custom classes for components like the AvatarGroup and Sidebar, you need to import this style sheet in the root of your project.

import "lemon-design-react/dist/lemon.css";

Form plugin

One last thing you will have to do to get the proper styles for the components is to install the @tailwindcss/forms plugin. This makes sure elements like the input, select & checkbox are easier to style for us.

npm install -D @tailwindcss/forms

And then include it in your tailwind.config.js file like this

plugins: [require("@tailwindcss/forms")];

Start using the components

import { Button } from "lemon-design-react"

...

<Button>Open Mailbox</Button>
1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-beta.0

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago