Skip to content

Commit

Permalink
[dropdown] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jul 20, 2024
1 parent fe2c983 commit 9ba008b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/re_com/dropdown.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,13 @@
:type "boolean | r/atom"}
{:name :direction
:required false
:default :best
:type ":up | :down | :toward-center"}
:default :toward-center
:type "keyword"
:description [:span "Determines how to position the "
[:code ":body"] " part. " [:code ":toward-center"]
" dynamically re-positions it, while "
[:code ":up"] " and " [:code ":down"]
" force it toward a static direction."]}
{:default 0
:description "component's tabindex. A value of -1 removes from order"
:name :tab-index
Expand Down

0 comments on commit 9ba008b

Please sign in to comment.