Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 842 Bytes

Readme.md

File metadata and controls

49 lines (38 loc) · 842 Bytes

Aurora

Proclub Design System written in React; may you bring your idea to life

Installation and Usage

Package Manager

will be published soon

Other

  1. Clone this repository
  2. cd into this repository
  3. run these commands in your shell
$ npm install
$ npm run build
$ npm link
  1. in your project folder that use pinoccio add this line as dependancy in package.json
"dependancies": {
    ...
    "aurora": "path/to/aurora"
    ...
}

Usage

import React from 'react'
import { HelloWorld } from 'aurora';

class SomeContainer extends React.Component {
    render() {
        return <HelloWorld name="proclub"/>
    }
}

CONTRIBUTING

Please read our contribution guideline

Component Documentation

will be added soon

Design Documentation

pinoccio.gitbook.io