crayon-box
v1.0.3
Published
component library for color with code
Downloads
6
Readme
crayon-box
component library for color with code
Install
npm install --save crayon-box
Usage
import React, { Component } from 'react'
import MyComponent from 'crayon-box'
import 'crayon-box/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © jonathansees