apeman-react-note

apeman react package for note components.


Keywords
React, apeman, react-component, note
License
MIT
Install
npm install apeman-react-note@3.0.1

Documentation

apeman-react-note

Build Status Code Climate Code Coverage npm Version JS Standard

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.

Links