styled-bento-ts
v0.0.5
Published
Made with create-react-library
Downloads
3
Readme
styled-bento
Made with create-react-library
Install
npm install --save styled-bentoUsage
import React, { Component } from 'react'
import MyComponent from 'styled-bento'
import 'styled-bento/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © MigueloAtla
