Reusable list of react components for building a website. Built by @Codebrahma.
npm install --save cb-design-system
import React, { Component } from 'react'
import MyComponent from 'cb-design-system'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © Codebrahma