1.1.10 • Published 3 years ago
uf-ui-pack v1.1.10
uf-ui-pack
Install
npm install --save uf-ui-pack --legacy-peer-deps
Usage
import React from 'react'
import {Container, Row, Col} from 'uf-ui-pack'
import 'uf-ui-pack/dist/index.css'
class Example extends Component {
render() {
return (
<Container>
<Row>
<Col>Hello world!</Col>
</Row>
</Container>
)
}
}
Login
npm login
## Start and Build
npm run start:copy
To publish
npm publish
License
MIT © cjgaraycochea@gmail.com