spk-antd
v1.0.2
Published
An enterprise-class UI design language and React components implementation
Maintainers
Readme
order: 0 title: Ant Design of React
Following the Spk Ant Design is based on Ant Design.
Installation
Using npm
$ npm install antdUsage
import { Divider } from "spk-antd";
ReactDOM.render(<Divider />, mountNode);And import stylesheets manually:
import "spk-antd/dist/spk-antd.css"; // or 'antd/dist/antd.less'