menggeNiu / react-impression

UI Components with React.

Home Page:https://newdadafe.github.io/impression_react/#/app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-impression

UI Components with React for desktop.

安装

yarn add react-impression

使用

import { Button } from 'react-impression'
@import '~react-impression/dist/react-impression.css';

文档

https://newdadafe.github.io/impression_react/#/app

快速上手

generator-react-impression

贡献代码

开发环境:

  • Node.js v8.11.3
  • Yarn v1.7.0
# install
git clone https://github.com/NewDadaFE/react-impression.git
cd react-impression
yarn global add lerna
lerna bootstrap

# react-impression
cd packages/react-impression
yarn start

# react-impression-docs
cd packages/react-impression-docs
yarn start

About

UI Components with React.

https://newdadafe.github.io/impression_react/#/app

License:MIT License


Languages

Language:CSS 99.3%Language:JavaScript 0.5%Language:HTML 0.2%