Selector
<ns-selector>
Overview
Selector is a checkbox or radio form control that has additional information to describe it.
Examples
Guidance
Implementation
Placement
The ns-selector
component can be used in the following components:
<ns-inputter>
<ns-column>
Specification
Attributes
decoration
- Property
decoration
- Description
- The name of the illustration to display on the selector.
- Type
string
image
- Property
image
- Description
- The URL of the image to display on the selector.
- Type
string
keyline
- Property
keyline
- Description
- The keyline of the selector.
- Type
cyan
lime
navy
blue
forest
slate
orange
red
yellow
- Default
type
- Property
type
- Type
string
- Default
standard
Slots
Slot | Permitted tags | Description |
---|---|---|
description | <div> | The description of the selector. |
Anonymous slot | <input> <label> | Anonymous form elements such as input and label. |