carbon-wrapper/src/main/ch/lyrion/carbon/select/ui_select_skeleton.cljs

12 lines
438 B
Clojure

(ns ch.lyrion.carbon.select.ui-select-skeleton
(:require
[ch.lyrion.carbon.factory-helpers :as h]
["carbon-components-react/lib/components/Select/Select.Skeleton.js" :default SelectSkeleton]))
(def ui-select-skeleton
"Props:
- hideLabel (bool): Specify whether the label should be hidden, or not
- className (string): Specify an optional className to add to the form item wrapper.
"
(h/factory-apply SelectSkeleton))