1.1.7 • Published 6 years ago

the-lead v1.1.7

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

the-lead

Build Status npm Version JS Standard

Lead of the-components

Installation

$ npm install the-lead --save

Usage

Live Demo is hosted on GitHub Page

'use strict'

import React from 'react'
import { TheLead, TheLeadStyle } from 'the-lead'

class ExampleComponent extends React.PureComponent {
  render () {
    return (
      <div>
        <TheLeadStyle/>
        <TheLead title='This is the title'
                 text='Tis is the text'
                 error='This is the error'
        >
        </TheLead>
      </div>

    )
  }
}

export default ExampleComponent

Components

TheLead

Lead of the-components

Props

NameTypeDescriptionDefault
errorstringLead errornull
textstringLead textnull
titlestringnull

TheLeadStyle

Style for TheLead

Props

NameTypeDescriptionDefault
optionsobjectStyle options{}

License

This software is released under the MIT License.

Links

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago