Skip to content

alvesjtiago/raw-system

Repository files navigation

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>
  }
}

Publish

To publish the package run:

npm publish

To deploy the Github app:

npm run deploy

License

MIT © alvesjtiago

About

Raw design system with a focus on content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published