
Set heights using
data-coreui-size
attribute like
data-coreui-size="lg"
and
data-coreui-size="sm"
.
Add the
data-coreui-disabled="true"
attribute on an input to give it a grayed out appearance and remove pointer events.
Add the
data-coreui-input-read-only="true"
boolean attribute to prevent modification of the input’s value.