cta-theme-ui
v0.0.10
Published
Made with create-react-library
Downloads
4
Readme
cta-theme-ui
Made with create-react-library
Install
npm install --save cta-theme-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'cta-theme-ui'
import 'cta-theme-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © yellowgocl