Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bash Ash committed Apr 20, 2015
1 parent c5b5e6e commit 41e3e66
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,11 @@ a click or hover can be set to open the drop.

#### `content`

The content which should be rendered into the Drop. Can be a DOM element, an HTML string, or a function that returns html.
In this case, the function is called on each open, with drop instance passed as the first argument.
The content which should be rendered into the Drop. Can be:

- A DOM element
- An HTML string
- A function that returns an HTML string or a DOM element. `content()` is called on each open, with the drop instance passed as the first argument.

#### `position`

Expand Down

0 comments on commit 41e3e66

Please sign in to comment.