Liking cljdoc? Tell your friends :D
ClojureScript only.

reacl-basics.bootstrap4


alert-dangercljs

(alert-danger & content)
(alert-danger attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-danger", :role "alert"}

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-danger", :role "alert"}
sourceraw docstring

alert-darkcljs

(alert-dark & content)
(alert-dark attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-dark", :role "alert"}

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-dark", :role "alert"}
sourceraw docstring

alert-heading-h1cljs

(alert-heading-h1 & content)
(alert-heading-h1 attrs & content)
source

alert-heading-h2cljs

(alert-heading-h2 & content)
(alert-heading-h2 attrs & content)
source

alert-heading-h3cljs

(alert-heading-h3 & content)
(alert-heading-h3 attrs & content)
source

alert-heading-h4cljs

(alert-heading-h4 & content)
(alert-heading-h4 attrs & content)
source

alert-heading-h5cljs

(alert-heading-h5 & content)
(alert-heading-h5 attrs & content)
source

alert-heading-h6cljs

(alert-heading-h6 & content)
(alert-heading-h6 attrs & content)
source

alert-infocljs

(alert-info & content)
(alert-info attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-info", :role "alert"}

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-info", :role "alert"}
sourceraw docstring

alert-lightcljs

(alert-light & content)
(alert-light attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-light", :role "alert"}

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-light", :role "alert"}
sourceraw docstring

alert-primarycljs

(alert-primary & content)
(alert-primary attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-primary", :role "alert"}

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-primary", :role "alert"}
sourceraw docstring

alert-secondarycljs

(alert-secondary & content)
(alert-secondary attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-secondary", :role "alert"}

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-secondary", :role "alert"}
sourceraw docstring

alert-successcljs

(alert-success & content)
(alert-success attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-success", :role "alert"}

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-success", :role "alert"}
sourceraw docstring

alert-warningcljs

(alert-warning & content)
(alert-warning attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-warning", :role "alert"}

Like [[reacl.dom/div]] with preset attributes {:class "alert alert-warning", :role "alert"}
sourceraw docstring

badge-dangercljs

(badge-danger & content)
(badge-danger attrs & content)

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-danger"}

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-danger"}
sourceraw docstring

badge-darkcljs

(badge-dark & content)
(badge-dark attrs & content)

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-dark"}

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-dark"}
sourceraw docstring

badge-infocljs

(badge-info & content)
(badge-info attrs & content)

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-info"}

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-info"}
sourceraw docstring

badge-lightcljs

(badge-light & content)
(badge-light attrs & content)

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-light"}

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-light"}
sourceraw docstring

badge-primarycljs

(badge-primary & content)
(badge-primary attrs & content)

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-primary"}

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-primary"}
sourceraw docstring

badge-secondarycljs

(badge-secondary & content)
(badge-secondary attrs & content)

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-secondary"}

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-secondary"}
sourceraw docstring

badge-successcljs

(badge-success & content)
(badge-success attrs & content)

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-success"}

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-success"}
sourceraw docstring

badge-warningcljs

(badge-warning & content)
(badge-warning attrs & content)

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-warning"}

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "badge bade-warning"}
sourceraw docstring

btn-dangercljs

(btn-danger & content)
(btn-danger attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-danger"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-danger"}
sourceraw docstring

btn-darkcljs

(btn-dark & content)
(btn-dark attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-dark"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-dark"}
sourceraw docstring

btn-groupcljs

(btn-group & content)
(btn-group attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "btn-group", :role "group"}

Like [[reacl.dom/div]] with preset attributes {:class "btn-group", :role "group"}
sourceraw docstring

btn-group-verticalcljs

(btn-group-vertical & content)
(btn-group-vertical attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "btn-group-vertical", :role "group"}

Like [[reacl.dom/div]] with preset attributes {:class "btn-group-vertical", :role "group"}
sourceraw docstring

btn-infocljs

(btn-info & content)
(btn-info attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-info"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-info"}
sourceraw docstring

btn-lightcljs

(btn-light & content)
(btn-light attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-light"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-light"}
sourceraw docstring

(btn-link & content)
(btn-link attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-link"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-link"}
sourceraw docstring

btn-outline-dangercljs

(btn-outline-danger & content)
(btn-outline-danger attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-danger"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-danger"}
sourceraw docstring

btn-outline-darkcljs

(btn-outline-dark & content)
(btn-outline-dark attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-dark"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-dark"}
sourceraw docstring

btn-outline-infocljs

(btn-outline-info & content)
(btn-outline-info attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-info"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-info"}
sourceraw docstring

btn-outline-lightcljs

(btn-outline-light & content)
(btn-outline-light attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-light"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-light"}
sourceraw docstring

(btn-outline-link & content)
(btn-outline-link attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-link"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-link"}
sourceraw docstring

btn-outline-primarycljs

(btn-outline-primary & content)
(btn-outline-primary attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-primary"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-primary"}
sourceraw docstring

btn-outline-secondarycljs

(btn-outline-secondary & content)
(btn-outline-secondary attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-secondary"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-secondary"}
sourceraw docstring

btn-outline-successcljs

(btn-outline-success & content)
(btn-outline-success attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-success"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-success"}
sourceraw docstring

btn-outline-warningcljs

(btn-outline-warning & content)
(btn-outline-warning attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-warning"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-outline-warning"}
sourceraw docstring

btn-primarycljs

(btn-primary & content)
(btn-primary attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-primary"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-primary"}
sourceraw docstring

btn-secondarycljs

(btn-secondary & content)
(btn-secondary attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-secondary"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-secondary"}
sourceraw docstring

btn-successcljs

(btn-success & content)
(btn-success attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-success"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-success"}
sourceraw docstring

btn-toolbarcljs

(btn-toolbar & content)
(btn-toolbar attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "btn-toolbar", :role "toolbar"}

Like [[reacl.dom/div]] with preset attributes {:class "btn-toolbar", :role "toolbar"}
sourceraw docstring

btn-warningcljs

(btn-warning & content)
(btn-warning attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-warning"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "btn btn-warning"}
sourceraw docstring

button-closecljs

(button-close)
(button-close attrs)
source

cardcljs

(card & content)
(card attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "card"}

Like [[reacl.dom/div]] with preset attributes {:class "card"}
sourceraw docstring

card-bodycljs

(card-body & content)
(card-body attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "card-body"}

Like [[reacl.dom/div]] with preset attributes {:class "card-body"}
sourceraw docstring

card-columnscljs

(card-columns & content)
(card-columns attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "card-columns"}

Like [[reacl.dom/div]] with preset attributes {:class "card-columns"}
sourceraw docstring

card-deckcljs

(card-deck & content)
(card-deck attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "card-deck"}

Like [[reacl.dom/div]] with preset attributes {:class "card-deck"}
sourceraw docstring

(card-footer & content)
(card-footer attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "card-footer"}

Like [[reacl.dom/div]] with preset attributes {:class "card-footer"}
sourceraw docstring

card-groupcljs

(card-group & content)
(card-group attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "card-group"}

Like [[reacl.dom/div]] with preset attributes {:class "card-group"}
sourceraw docstring

card-headercljs

(card-header & content)
(card-header attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "card-header"}

Like [[reacl.dom/div]] with preset attributes {:class "card-header"}
sourceraw docstring

card-header-h1cljs

(card-header-h1 & content)
(card-header-h1 attrs & content)
source

card-header-h2cljs

(card-header-h2 & content)
(card-header-h2 attrs & content)
source

card-header-h3cljs

(card-header-h3 & content)
(card-header-h3 attrs & content)
source

card-header-h4cljs

(card-header-h4 & content)
(card-header-h4 attrs & content)
source

card-header-h5cljs

(card-header-h5 & content)
(card-header-h5 attrs & content)
source

card-header-h6cljs

(card-header-h6 & content)
(card-header-h6 attrs & content)
source

card-imgcljs

(card-img & content)
(card-img attrs & content)
source

card-img-overlaycljs

(card-img-overlay & content)
(card-img-overlay attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "card-img-overlay"}

Like [[reacl.dom/div]] with preset attributes {:class "card-img-overlay"}
sourceraw docstring

card-img-topcljs

(card-img-top & content)
(card-img-top attrs & content)
source

(card-link & content)
(card-link attrs & content)
source

card-subtitle-h1cljs

(card-subtitle-h1 & content)
(card-subtitle-h1 attrs & content)
source

card-subtitle-h2cljs

(card-subtitle-h2 & content)
(card-subtitle-h2 attrs & content)
source

card-subtitle-h3cljs

(card-subtitle-h3 & content)
(card-subtitle-h3 attrs & content)
source

card-subtitle-h4cljs

(card-subtitle-h4 & content)
(card-subtitle-h4 attrs & content)
source

card-subtitle-h5cljs

(card-subtitle-h5 & content)
(card-subtitle-h5 attrs & content)
source

card-subtitle-h6cljs

(card-subtitle-h6 & content)
(card-subtitle-h6 attrs & content)
source

card-textcljs

(card-text & content)
(card-text attrs & content)
source

card-title-h1cljs

(card-title-h1 & content)
(card-title-h1 attrs & content)
source

card-title-h2cljs

(card-title-h2 & content)
(card-title-h2 attrs & content)
source

card-title-h3cljs

(card-title-h3 & content)
(card-title-h3 attrs & content)
source

card-title-h4cljs

(card-title-h4 & content)
(card-title-h4 attrs & content)
source

card-title-h5cljs

(card-title-h5 & content)
(card-title-h5 attrs & content)
source

card-title-h6cljs

(card-title-h6 & content)
(card-title-h6 attrs & content)
source

colcljs

(col & content)
(col attrs & content)
source

col-labelcljs

(col-label & content)
(col-label attrs & content)
source

col-label-checkcljs

(col-label-check & content)
(col-label-check attrs & content)
source

col-legendcljs

(col-legend & content)
(col-legend attrs & content)
source

containercljs

(container & content)
(container attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "container"}

Like [[reacl.dom/div]] with preset attributes {:class "container"}
sourceraw docstring

container-fluidcljs

(container-fluid & content)
(container-fluid attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "container-fluid"}

Like [[reacl.dom/div]] with preset attributes {:class "container-fluid"}
sourceraw docstring

(dropdown & content)
(dropdown attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "dropdown"}

Like [[reacl.dom/div]] with preset attributes {:class "dropdown"}
sourceraw docstring

(dropdown-divider & content)
(dropdown-divider attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "dropdown-divider"}

Like [[reacl.dom/div]] with preset attributes {:class "dropdown-divider"}
sourceraw docstring

(dropdown-header-h1 & content)
(dropdown-header-h1 attrs & content)
source

(dropdown-header-h2 & content)
(dropdown-header-h2 attrs & content)
source

(dropdown-header-h3 & content)
(dropdown-header-h3 attrs & content)
source

(dropdown-header-h4 & content)
(dropdown-header-h4 attrs & content)
source

(dropdown-header-h5 & content)
(dropdown-header-h5 attrs & content)
source

(dropdown-header-h6 & content)
(dropdown-header-h6 attrs & content)
source

(dropdown-item & content)
(dropdown-item attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "dropdown-item"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "dropdown-item"}
sourceraw docstring

(dropdown-item-text & content)
(dropdown-item-text attrs & content)
source

(dropdown-menu & content)
(dropdown-menu attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "dropdown-menu"}

Like [[reacl.dom/div]] with preset attributes {:class "dropdown-menu"}
sourceraw docstring

(dropdown-toggle-button & content)
(dropdown-toggle-button attrs & content)

A button that toggles the display of a popup menu.

Add an :id to refer to it in a :aria-labelledby attribute of the dropdown-menu. Add color classes: btn-danger, etc. Add size classes: btn-lg, etc. Add an offset with :data-offset "x,y"

A button that toggles the display of a popup menu.

Add an :id to refer to it in a :aria-labelledby attribute of the dropdown-menu.
Add color classes: btn-danger, etc.
Add size classes: btn-lg, etc.
Add an offset with :data-offset "x,y"
sourceraw docstring

(dropdown-toggle-split-button & [screen-reader-text])
(dropdown-toggle-split-button attrs & [screen-reader-text])
source

dropleftcljs

(dropleft & content)
(dropleft attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "dropleft"}

Like [[reacl.dom/div]] with preset attributes {:class "dropleft"}
sourceraw docstring

droprightcljs

(dropright & content)
(dropright attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "dropright"}

Like [[reacl.dom/div]] with preset attributes {:class "dropright"}
sourceraw docstring

dropupcljs

(dropup & content)
(dropup attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "dropup"}

Like [[reacl.dom/div]] with preset attributes {:class "dropup"}
sourceraw docstring

fieldsetcljs

(fieldset & content)
(fieldset attrs & content)
source

formcljs

(form & content)
(form attrs & content)
source

form-checkcljs

(form-check & content)
(form-check attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "form-check"}

Like [[reacl.dom/div]] with preset attributes {:class "form-check"}
sourceraw docstring

form-check-inlinecljs

(form-check-inline & content)
(form-check-inline attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "form-check-inline"}

Like [[reacl.dom/div]] with preset attributes {:class "form-check-inline"}
sourceraw docstring

form-groupcljs

(form-group & content)
(form-group attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "form-group"}

Like [[reacl.dom/div]] with preset attributes {:class "form-group"}
sourceraw docstring

form-group-rowcljs

(form-group-row & content)
(form-group-row attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "form-group row"}

Like [[reacl.dom/div]] with preset attributes {:class "form-group row"}
sourceraw docstring

form-inlinecljs

(form-inline & content)
(form-inline attrs & content)
source

form-rowcljs

(form-row & content)
(form-row attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "form-row"}

Like [[reacl.dom/div]] with preset attributes {:class "form-row"}
sourceraw docstring

inputcljs

(input & content)
(input attrs & content)
source

input-checkboxcljs

(input-checkbox & content)
(input-checkbox attrs & content)
source

input-filecljs

(input-file & content)
(input-file attrs & content)
source

input-radiocljs

(input-radio & content)
(input-radio attrs & content)
source

input-rangecljs

(input-range & content)
(input-range attrs & content)
source

invalid-feedbackcljs

(invalid-feedback & content)
(invalid-feedback attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "invalid-feedback"}

Like [[reacl.dom/div]] with preset attributes {:class "invalid-feedback"}
sourceraw docstring

invalid-tooltipcljs

(invalid-tooltip & content)
(invalid-tooltip attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "invalid-tooltip"}

Like [[reacl.dom/div]] with preset attributes {:class "invalid-tooltip"}
sourceraw docstring

labelcljs

(label & content)
(label attrs & content)
source

label-checkcljs

(label-check & content)
(label-check attrs & content)
source

legendcljs

(legend & content)
(legend attrs & content)
source

(nav & content)
(nav attrs & content)
source

(nav-li & content)
(nav-li attrs & content)
source

(nav-link & content)
(nav-link attrs & content)

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "nav-link"}

Like [[reacl.dom/button]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "nav-link"}
sourceraw docstring

(nav-ol & content)
(nav-ol attrs & content)
source

(nav-ul & content)
(nav-ul attrs & content)
source

(navbar & content)
(navbar attrs & content)
source

(navbar-brand & content)
(navbar-brand attrs & content)

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "navbar-brand"}

Like [[reacl.dom/span]], or like [[reacl.dom/a]] if attributes contains :href, and with preset attributes {:class "navbar-brand"}
sourceraw docstring

(navbar-collapsable & content)
(navbar-collapsable attrs & content)

Wraps the navbar items than can be collapsed on smaller display. Returns a list of dom elements!

Wraps the navbar items than can be collapsed on smaller display. Returns a list of dom elements!
sourceraw docstring

(navbar-collapse & content)
(navbar-collapse attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "collapse navbar-collapse"}

Like [[reacl.dom/div]] with preset attributes {:class "collapse navbar-collapse"}
sourceraw docstring

(navbar-nav & content)
(navbar-nav attrs & content)
source

(navbar-nav-ol & content)
(navbar-nav-ol attrs & content)
source

(navbar-nav-ul & content)
(navbar-nav-ul attrs & content)
source

(navbar-text & content)
(navbar-text attrs & content)
source

(navbar-toggler & content)
(navbar-toggler attrs & content)
source

rowcljs

(row & content)
(row attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "row"}

Like [[reacl.dom/div]] with preset attributes {:class "row"}
sourceraw docstring

selectcljs

(select & content)
(select attrs & content)
source

sr-onlycljs

(sr-only & content)
(sr-only attrs & content)
source

textareacljs

(textarea & content)
(textarea attrs & content)
source

valid-feedbackcljs

(valid-feedback & content)
(valid-feedback attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "valid-feedback"}

Like [[reacl.dom/div]] with preset attributes {:class "valid-feedback"}
sourceraw docstring

valid-tooltipcljs

(valid-tooltip & content)
(valid-tooltip attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "valid-tooltip"}

Like [[reacl.dom/div]] with preset attributes {:class "valid-tooltip"}
sourceraw docstring

w-100cljs

(w-100 & content)
(w-100 attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "w-100"}

Like [[reacl.dom/div]] with preset attributes {:class "w-100"}
sourceraw docstring

w-25cljs

(w-25 & content)
(w-25 attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "w-25"}

Like [[reacl.dom/div]] with preset attributes {:class "w-25"}
sourceraw docstring

w-50cljs

(w-50 & content)
(w-50 attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "w-50"}

Like [[reacl.dom/div]] with preset attributes {:class "w-50"}
sourceraw docstring

w-75cljs

(w-75 & content)
(w-75 attrs & content)

Like [[reacl.dom/div]] with preset attributes {:class "w-75"}

Like [[reacl.dom/div]] with preset attributes {:class "w-75"}
sourceraw docstring

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

× close