1.0.7 • Published 6 years ago

the-line v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

NameTypeDescriptionDefault
optionsobjectStyle options{}

License

This software is released under the MIT License.

Links

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago