elui-react
TypeScript icon, indicating that this package has built-in type declarations

0.5.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i elui-react

Weekly Downloads

17

Version

0.5.2

License

MIT

Unpacked Size

1.13 MB

Total Files

1141

Last publish

Collaborators

  • elui-react