3.0.9 • Published 9 years ago
apeman-react-dropdown v3.0.9
apeman-react-dropdown
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
Name | Type | Default | Description |
---|
ApDropdownStyle
Props
Name | Type | Default | Description |
---|
ApDropdown
Props
Name | Type | Default | Description | |
---|---|---|---|---|
openIcon | string | 'ion ion-chevron-up' | Icon class name for open state | |
closedIcon | string | 'ion ion-chevron-down' | Icon class name for closed state | |
open | bool | Open or not | ||
onTap | func | Handler for tap event | ||
title | node | Dropdown 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
10 years ago
1.4.2
10 years ago
1.4.1
10 years ago
1.4.0
10 years ago
1.3.0
10 years ago
1.2.2
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.1
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago