Skip to content

Commit

Permalink
Rename documentation file
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jul 1, 2015
1 parent 6ad3197 commit 6bd095e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions components/dropdown/doc.md → components/dropdown/dropdown.md
@@ -1,6 +1,5 @@
# Dropdown


```
var DropDown = require('react-toolbox/components/dropdown');
Expand All @@ -17,15 +16,15 @@ var data = [

## Properties

| Name | Type | Default | Description |
| Name | Type | Default | Description|
|:- |:-: | :- |:-|
| **type** | String | "normal" | Type of the component, overwrite this property if you need set a different stylesheet.
| **className** | String | | Set the class-styles of the Component.
| **dataSource** | Object | | JSON data representing all items in the dropdown.
| **value** | String | | Default value using JSON data.
| **label** | String | | The text string to use for the floating label element.
| **disabled** | Boolean | false | Set components disabled.
| **onChange** | Function | | Callback function that is fired when the components's value changes.
| **type** | String | "normal" | Type of the component, overwrite this property if you need set a different stylesheet.|
| **className** | String | | Set the class-styles of the Component.|
| **dataSource** | Object | | JSON data representing all items in the dropdown.|
| **value** | String | | Default value using JSON data.|
| **label** | String | | The text string to use for the floating label element.|
| **disabled** | Boolean | false | Set components disabled.|
| **onChange** | Function | | Callback function that is fired when the components's value changes.|

## Methods

Expand Down

0 comments on commit 6bd095e

Please sign in to comment.