0.0.2 • Published 6 years ago

ps-uikit v0.0.2

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

UI Kit

An enterprise-class UI design language and React-based implementation.

Features

  • An enterprise-class UI design language for web applications.
  • A set of high-quality React components out of the box.
  • Written in TypeScript with complete define types.
  • A npm + webpack + dva front-end development workflow.

Environment Support

  • Modern browsers and Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
  • Electron

Install

npm install ps-uikit --save

Usage

import { DatePicker } from 'ps-uikit';
ReactDOM.render(<DatePicker />, mountNode);

TypeScript

See Use in TypeScript

Internationalization

See i18n.

Development

$ git clone ssh://git@stash.billing.ru:2222/bssbox/uikit.git
$ cd uikit
$ npm install
$ npm start

Open your browser and visit http://127.0.0.1:8001