tapas-ui

0.1.4 • Public • Published

Tapas UI npm package NPM downloads Join the chat at https://gitter.im/TapasFE/tapas-ui

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

Features

  • An enterprise-class graphical design language and framework for financial applications.
  • Rich library of UI components base on React Component.
  • A npm + webpack + babel workflow, supporting ES2015.

Install

npm install antd

Usage example

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

Import style:

import 'antd/lib/index.css';  // or 'antd/style/index.less'

Use components on demand by writing as import DatePicker from 'antd/lib/date-picker' or use babel-plugin-antd.

Browser Support

Normal browsers and Internet Explorer 8+.

Links

Contributing

We welcome all contributions, please submit any ideas as pull requests or as a GitHub issue.

Package Sidebar

Install

npm i tapas-ui

Weekly Downloads

1

Version

0.1.4

License

MIT

Last publish

Collaborators

  • tapasfe