UNPKG

@wix/design-system

Version:

@wix/design-system

46 lines (25 loc) 769 B
## Feature Examples ### Structure - description: Component is an empty container that merges two input fields horizontally. - example: ```jsx ``` ### Range type - description: Accept three types of data inputs as child elements:<br/> &emsp;- `<DatePicker/>` <br/> &emsp;- `<NumberInput/>` <br/> &emsp;- `<Input/> ` - use with number values only. - example: ```jsx ``` ## Common Use Case Examples ### Disabled start or end of a range - description: Control interaction states per each field - make it disabled, readOnly, etc. - example: ```jsx ``` ### Multiple values - description: Use range to control a single entity that is combined from two values, e.g. duration from hours and minutes. - example: ```jsx ```