README
react-with-native-select (OperationClassification ui-cjs)
Create a value selector in a single line of code, including its state!
const [SelectView, view, setView] = useSelect(views);
Input | ||
---|---|---|
- | ||
Output |
Create a value selector in a single line of code, including its state!
const [SelectView, view, setView] = useSelect(views);
<Select />
renders either a SelectDropdown or SelectDrawer, based on screensize
Input | ||
---|---|---|
- | ||
Output | JSX.Element |
Create a value selector in a single line of code, including its state!
Input | ||
---|---|---|
- | ||
Output |
renders either a SelectDropdown or SelectDrawer, based on screensize
Create a value selector in a single line of code, including its state!
Show internal (5)
Input | ||
---|---|---|
- | ||
Output | { value: string, label: string, data: { }, } |
<SelectMultipleInput />
Input | ||
---|---|---|
- | ||
Output | JSX.Element |
README
react-with-native-select (OperationClassification ui-cjs)
Create a value selector in a single line of code, including its state!
const [SelectView, view, setView] = useSelect(views);
Input | ||
---|---|---|
- | ||
Output |
Create a value selector in a single line of code, including its state!
const [SelectView, view, setView] = useSelect(views);
<Select />
renders either a SelectDropdown or SelectDrawer, based on screensize
Input | ||
---|---|---|
- | ||
Output | JSX.Element |
Create a value selector in a single line of code, including its state!
Input | ||
---|---|---|
- | ||
Output |
renders either a SelectDropdown or SelectDrawer, based on screensize
Create a value selector in a single line of code, including its state!
Show internal (5)
Input | ||
---|---|---|
- | ||
Output | { value: string, label: string, data: { }, } |
<SelectMultipleInput />
Input | ||
---|---|---|
- | ||
Output | JSX.Element |