1.0.1 • Published 4 years ago
raw-system v1.0.1
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