raw-system
v1.0.1
Published
Raw design system with a focus on content.
Downloads
2
Readme
raw-system
Raw design system with a focus on content.
Install
npm install --save raw-system
or
yarn add raw-system
Usage
import React, { Component } from 'react'
import { Button } from 'raw-system'
import 'raw-system/dist/index.css'
class Example extends Component {
render() {
return <Button>Raw button</Button>
}
}
License
MIT © alvesjtiago