apeman-react-note

3.0.1 • Public • Published

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

Package Sidebar

Install

npm i apeman-react-note

Weekly Downloads

9

Version

3.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi