This package has been deprecated

Author message:

move to @the-/demo-ui ( https://github.com/the-labo/the/tree/master/packages/demo-ui#readme )

the-demo-component

3.0.13 • Public • Published

the-demo-component

Build Status npm Version JS Standard

Demo of the-components

Installation

$ npm install the-demo-component --save

Usage

'use strict'

import React from 'react'
import { TheDemoComponent, TheDemoComponentStyle } from 'the-demo-component'

class ExampleComponent extends React.Component {
  render () {
    return (
      <div>
        <TheDemoComponentStyle/>
        <TheDemoComponent>
        </TheDemoComponent>
      </div>

    )
  }
}

export default ExampleComponent

Components

TheDemoComponent

Demo of the-components

TheDemoComponentStyle

Style for TheDemoComponent

Props

Name Type Description Default
options object Style options {}

License

This software is released under the MIT License.

Links

/the-demo-component/

    Package Sidebar

    Install

    npm i the-demo-component

    Weekly Downloads

    1

    Version

    3.0.13

    License

    MIT

    Unpacked Size

    3.66 MB

    Total Files

    32

    Last publish

    Collaborators

    • okunishinishi