apeman-react-dropdown

3.0.9 • Public • Published

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

Name Type Default Description

ApDropdownStyle

Props

Name Type Default Description

ApDropdown

Props

Name Type Default Description
openIcon string 'ion ion-chevron-up'
closedIcon string 'ion ion-chevron-down'
open bool
onTap func
title node

License

This software is released under the MIT License.

Links

Package Sidebar

Install

npm i apeman-react-dropdown

Weekly Downloads

11

Version

3.0.9

License

MIT

Last publish

Collaborators

  • okunishinishi