@whale-labs/want
v3.6.11
Published
Whale React UI library base on antd
Downloads
69
Maintainers
Keywords
Readme
want
Whale React UI library base on antd
Install
npm install --save @whale-labs/want
Usage
import React, { Component } from 'react'
import { Button } from 'want'
import 'want/dest/index.css'
class Example extends Component {
render() {
return (
<Button type='default' style={{ margin: '100px' }}>
Default
</Button>
)
}
}
License
MIT © hicoldcat