apeman-react-note
v3.0.1
Published
apeman react package for note components.
Maintainers
Readme
apeman-react-note
apeman react package for note components.
Installation
$ npm install apeman-react-note --saveDemo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApNote, ApNoteStyle} from 'apeman-react-note'
const ExampleComponent = React.createClass({
render() {
return (
<div>
<ApNoteStyle />
<ApNote>
This is note
</ApNote>
</div>
)
}
})
Components
ApNoteStyle
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | style | object | {} | | | | color | string | '#666' | | | | maxWidth | number | ApStyle.CONTENT_WIDTH | | |
ApNote
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
License
This software is released under the MIT License.
