1.0.1 • Published 4 years ago

raw-system v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

raw-system

Raw design system with a focus on content.

NPM JavaScript Style Guide

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

1.0.1

4 years ago

1.0.0

4 years ago