0.5.2 • Published 2 years ago
elui-react v0.5.2
ELUI
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
2 years ago
0.3.0
3 years ago
0.5.0
3 years ago
0.4.0
3 years ago
0.3.1
3 years ago
0.5.1
3 years ago
0.0.20
3 years ago
0.0.21
3 years ago
0.0.22
3 years ago
0.0.16
3 years ago
0.0.17
3 years ago
0.0.18
3 years ago
0.0.19
3 years ago
0.1.0
3 years ago
0.1.2
3 years ago
0.2.0
3 years ago
0.1.1
3 years ago
0.2.2
3 years ago
0.1.3
3 years ago
0.0.10
3 years ago
0.0.11
3 years ago
0.0.12
3 years ago
0.0.13
3 years ago
0.0.14
3 years ago
0.0.15
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago