3.0.9 • Published 9 years ago

apeman-react-dropdown v3.0.9

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

apeman-react-dropdown

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for dropdown components

Installation

$ npm install apeman-react-dropdown --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'

import React from 'react'
import {ApDropdown, ApDropdownStyle} from 'apeman-react-dropdown'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApDropdownStyle/>
        <ApDropdown/>
      </div>
    )
  }
})

Components

ApDropdownItem

Props

NameTypeDefaultDescription

ApDropdownStyle

Props

NameTypeDefaultDescription

ApDropdown

Props

NameTypeDefaultDescription
openIconstring'ion ion-chevron-up'Icon class name for open state
closedIconstring'ion ion-chevron-down'Icon class name for closed state
openboolOpen or not
onTapfuncHandler for tap event
titlenodeDropdown title

License

This software is released under the MIT License.

Links

3.0.9

9 years ago

3.0.8

9 years ago

3.0.7

9 years ago

3.0.6

9 years ago

3.0.5

9 years ago

3.0.4

9 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.10

9 years ago

2.0.9

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.4.7

9 years ago

1.4.6

9 years ago

1.4.5

9 years ago

1.4.4

9 years ago

1.4.3

9 years ago

1.4.2

9 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago