UNPKG

235 BJSXView Raw
1'use strict'
2
3import React from 'react'
4import {ApLabel, ApLabelStyle} from 'apeman-react-label'
5
6let html = (
7 <html>
8 <head>
9 <ApLabelStyle/>
10 </head>
11 <body>
12 <ApLabel htmlFor="input-01">hoge</ApLabel>
13 </body>
14 </html>
15)