@data-driven-forms/blueprint-component-mapper
Advanced tools
Comparing version 2.15.0 to 2.15.1
{ | ||
"name": "@data-driven-forms/blueprint-component-mapper", | ||
"version": "2.15.0", | ||
"version": "2.15.1", | ||
"description": "Blueprint component mapper for data-driven-forms.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -28,3 +28,3 @@ [![npm version](https://badge.fury.io/js/%40data-driven-forms%2Fblueprint-component-mapper.svg)](https://badge.fury.io/js/%40data-driven-forms%2Fblueprint-component-mapper) | ||
You neet to add React Form Renderer | ||
You need to add React Form Renderer | ||
@@ -83,16 +83,17 @@ #### [React Form Renderer](https://www.npmjs.com/package/@data-driven-forms/react-form-renderer) | ||
- Text input | ||
- Text area | ||
- Checkbox (Multiple checkboxes) | ||
- Select (dropdown) | ||
- Dual list select | ||
- Field array | ||
- Switch | ||
- Radio buttons | ||
- Date picker | ||
- Time picker | ||
- Tabs | ||
- Slider | ||
- Sub-form | ||
- Wizard | ||
- [Text input](https://data-driven-forms.org/mappers/text-field?mapper=blueprint) | ||
- [Text area](https://data-driven-forms.org/mappers/textarea?mapper=blueprint) | ||
- [Checkbox](https://data-driven-forms.org/mappers/checkbox?mapper=blueprint) ([Multiple checkboxes](https://data-driven-forms.org/mappers/checkbox-multiple?mapper=blueprint)) | ||
- [Select (dropdown)](https://data-driven-forms.org/mappers/select?mapper=blueprint) | ||
- [Dual list select](https://data-driven-forms.org/mappers/dual-list-select?mapper=blueprint) | ||
- [Field array](https://data-driven-forms.org/mappers/field-array?mapper=blueprint) | ||
- [Switch](https://data-driven-forms.org/mappers/switch?mapper=blueprint) | ||
- [Radio buttons](https://data-driven-forms.org/mappers/radio?mapper=blueprint) | ||
- [Date picker](https://data-driven-forms.org/mappers/date-picker?mapper=blueprint) | ||
- [Time picker](https://data-driven-forms.org/mappers/time-picker?mapper=blueprint) | ||
- [Tabs](https://data-driven-forms.org/mappers/tabs?mapper=blueprint) | ||
- [Slider](https://data-driven-forms.org/mappers/slider?mapper=blueprint) | ||
- [Sub-form](https://data-driven-forms.org/mappers/sub-form?mapper=blueprint) | ||
- [Plain text](https://data-driven-forms.org/mappers/plain-text?mapper=blueprint) | ||
- [Wizard](https://data-driven-forms.org/mappers/wizard?mapper=blueprint) | ||
@@ -99,0 +100,0 @@ ### Useful links |
262497
183