Skip to content

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

License

Notifications You must be signed in to change notification settings

helloproclub/Aurora

Repository files navigation

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

Releases

No releases published

Packages

No packages published