ou-ui-pack
v2.0.16
Published
ou-ui-pack
Downloads
3
Readme
ou-ui-pack
Install
npm install --save ou-ui-pack
Usage
import React from 'react'
import {Container, Row, Col} from 'ou-ui-pack'
import 'ou-ui-pack/dist/index.css'
class Example extends Component {
render() {
return (
<Container>
<Row>
<Col>Hello world!</Col>
</Row>
</Container>
)
}
}
To publish
npm publish
npm run start:copy
License
MIT © [email protected]