2.0.11 • Published 9 years ago

apeman-react-label v2.0.11

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

apeman-react-label

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package label component.

Installation

$ npm install apeman-react-label --save

Usage

'use strict'

import React from 'react'
import {ApLabel, ApLabelStyle} from 'apeman-react-label'

let html = (
  <html>
  <head>
    <ApLabelStyle/>
  </head>
  <body>
  <ApLabel htmlFor="input-01">hoge</ApLabel>
  </body>
  </html>
)

Components

ApLabelStyle

Props

NameTypeDefaultDescription
styleobject{}

ApLabel

Props

NameTypeDefaultDescription
htmlForstringnull

License

This software is released under the MIT License.

Links

2.0.11

9 years ago

2.0.10

9 years ago

2.0.9

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.10

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago