3.0.1 • Published 9 years ago

apeman-react-note v3.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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

NameTypeDefaultDescription
styleobject{}
colorstring'#666'
maxWidthnumberApStyle.CONTENT_WIDTH

ApNote

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

3.0.1

9 years ago

3.0.0

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago