Raw design system with a focus on content.
npm install --save raw-system
or
yarn add raw-system
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>
}
}
To publish the package run:
npm publish
To deploy the Github app:
npm run deploy
MIT © alvesjtiago