Add .checkbox
as a single wrapper and add <label>
with for
attribute to get better output.
Add .custom-control.custom-checkbox
as a single wrapper and add .custom-control-label
for better output.
Add .checkbox.checkbox-{color}
in the wrapper for colored checkbox.
Use .checkbox.checkbox-sm
in the wrapper for small checkbox. Colored small checkbox can also be used.
Month: {{ date.month }}.{{ date.year }}
\r\nModel: {{ model | json }}
\r\nModel: {{ popupModel | json }}
\r\nThis datepicker uses a custom template to display days. All week-ends are displayed with an orange\r\n background.
\r\nInline
\r\n\r\n \r\n\r\nOptions
\r\n\r\n \r\n\r\n \r\nFrom: {{ fromDate | json }}
\r\nTo: {{ toDate | json }}
\r\nQuill is a free, open source WYSIWYG editor built for the modern web. With its\r\n modular architecture and expressive API, it is completely customizable to fit any need.
\r\n\r\n isReadOnly : {{isReadOnly}}
Title : {{title}}\r\n
Add .input-group-prepend .input-group-text
class before <input>
\r\n
Add .input-group-append .input-group-text
class after <input>
You can use both at the same time.
\r\n \r\nUse i.spinner
inside .input-group-text
.
Use i.spinner
inside .input-group-text
.
You can use both at the same time.
\r\n \r\nAdd .input-group-text
before <input>
and add checkbox inside.
Add .input-group-text
before <input>
and add radio inside.
Add .input-group.input-group-lg
for large addon.
Add .input-group.input-group-sm
for small addon.
Use .round
or .sqaure
along with .form-control
for round/square bordered input.
Add .col-form-label
to your <label>
so that they’re vertically centered with their associated form controls.
Use .position-relative
with .form-group
and use .has-icon-{left/right}
for icon on left/right side.
Use .form-control-{lg/sm}
for large/small input box.
You can indicate invalid and valid form fields with .is-invalid
and .is-valid
. Note that .invalid-feedback
is also supported with these classes.
Use form.needs-validation
and swap .{valid/invalid}-feedback
with .{valid/invalid}-tooltip
to display validation feedback in a styled tooltip.
Use form.needs-validation
and swap .{valid/invalid}-feedback
with .{valid/invalid}-tooltip
to display validation feedback in a styled tooltip.
Add .radio
as a single wrapper and add <label>
with for
attribute to get better output.
Add .radio.radio-{color}
in the wrapper for colored radio.
Use .radio.radio-sm
in the wrapper for small radio. Colored small radio can also be used.
Classic
example of basic ng-select control.
\r\n Selected city: {{selectedCity | json}}\r\n
\r\nUse [multiple]=\"true\"
to Select multiple elements
\r\n Selected cities: {{selectedCityIds}}\r\n
\r\nBy providing custom function to [addTag]
you can modify result of new tag.
\r\n Selected user: {{selectedUserIds}}\r\n
\r\nCustom selected item label, header and footer using ng-label-tmp
,\r\n ng-header-tmp
and ng-footer-tmp
\r\n Selected city: {{selectedCityName}}\r\n
\r\nUse [virtualScroll]=\"true\"
to use this feature.
\r\n Selected city ID: {{selectedCityId}}\r\n
\r\nGroup by item key using key name as a string to groupBy
input
Add size=\"[Large | Small]\"
for different sizes and .switchery-colorName
for\r\n different colors.
Add reverse
to reverse the switch position.