We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c29a0 commit e67d447Copy full SHA for e67d447
packages/react-form-renderer/src/files/component-types.js
@@ -16,7 +16,8 @@ const componentTypes = {
16
BUTTON: 'button',
17
INPUT_ADDON_GROUP: 'input-addon-group',
18
INPUT_ADDON_BUTTON_GROUP: 'input-addon-button-group',
19
- DUAL_LIST_SELECT: 'dual-list-select'
+ DUAL_LIST_SELECT: 'dual-list-select',
20
+ SLIDER: 'slider'
21
};
22
23
export default componentTypes;
0 commit comments