2.0.1 • Published 7 years ago

sugo-demo-react v2.0.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

sugo-demo-react

Build Status npm Version JS Standard

Demo of react projects

Installation

$ npm install sugo-demo-react --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

Usage

'use strict'

import React from 'react'
import {MyComponent, MyComponentStyle} from 'sugo-demo-react'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <MyComponentStyle />
        <MyComponent/>
      </div>
    )
  }
})

Components

License

This software is released under the Apache-2.0 License.

Links