0.5.2 • Published 12 months ago

elui-react v0.5.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

ELUI

logo

Storybook demo http://elui.p5.su

coming soon...


Menu

Usage

Inside your project directory, run in terminal:

yarn add elui-react

Or with npm:

npm install elui-react

If you use typescript, you will need to register the types for the theme:

yarn add -D @types/styled-components

Or with npm:

npm install --save-dev @types/styled-components

Create a folder @types in the root of the project and create a file styles.d.ts in it.

Inside:

import 'styled-components';
import { TTheme } from "elui-react";

declare module 'styled-components' {
  export interface DefaultTheme extends TTheme {}
}

Contributors

Design

Code

0.5.2

12 months ago

0.3.0

2 years ago

0.5.0

1 year ago

0.4.0

2 years ago

0.3.1

2 years ago

0.5.1

1 year ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.2.2

2 years ago

0.1.3

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.8

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