apeman-react-label

2.0.11 • Public • Published

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

Name Type Default Description
style object {}

ApLabel

Props

Name Type Default Description
htmlFor string null

License

This software is released under the MIT License.

Links

Package Sidebar

Install

npm i apeman-react-label

Weekly Downloads

21

Version

2.0.11

License

MIT

Last publish

Collaborators

  • okunishinishi