3.0.1 • Published 9 years ago
apeman-react-note v3.0.1
apeman-react-note
apeman react package for note components.
Installation
$ npm install apeman-react-note --save
Demo
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.