the-line

1.0.7 • Public • Published

the-line

Build Status npm Version JS Standard

Line of the-components

Installation

$ npm install the-line --save

Usage

'use strict'

import React from 'react'
import { TheLine, TheLineStyle } from 'the-line'

class ExampleComponent extends React.PureComponent {
  render () {
    return (
      <div>
        <TheLineStyle/>
        <TheLine id='my-component'>
        </TheLine>
      </div>

    )
  }
}

export default ExampleComponent

Components

TheLine

Line of the-components

TheLineStyle

Style for TheLine

Props

Name Type Description Default
options object Style options {}

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i the-line

Weekly Downloads

9

Version

1.0.7

License

MIT

Unpacked Size

30.3 kB

Total Files

28

Last publish

Collaborators

  • okunishinishi