raw-system
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i raw-system

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

17.4 kB

Total Files

18

Last publish

Collaborators

  • alvesjtiago