apeman-react-label
v2.0.11
Published
apeman react package label component.
Maintainers
Readme
apeman-react-label
apeman react package label component.
Installation
$ npm install apeman-react-label --saveUsage
'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.
