Liking cljdoc? Tell your friends :D
ClojureScript only.

cljs-pikaday.reagent


date-selectorcljs

(date-selector {:keys [date-atom max-date-atom min-date-atom pikaday-attrs
                       input-attrs]})

Return a date-selector reagent component. Takes a single map as its argument, with the following keys: date-atom: an atom or reaction bound to the date value represented by the picker. max-date-atom: atom representing the maximum date for the selector. min-date-atom: atom representing the minimum date for the selector. pikaday-attrs: a map of options to be passed to the Pikaday constructor. input-attrs: a map of options to be used as <input> tag attributes.

Return a date-selector reagent component. Takes a single map as its 
argument, with the following keys:
date-atom: an atom or reaction bound to the date value represented by the picker.
max-date-atom: atom representing the maximum date for the selector.
min-date-atom: atom representing the minimum date for the selector.
pikaday-attrs: a map of options to be passed to the Pikaday constructor.
input-attrs: a map of options to be used as <input> tag attributes.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close