@@ -41,6 +41,7 @@ Data Driven Forms is a React library used for rendering and managing forms with
4141 - [ BlueprintJS Mapper] ( #blueprintjs-mapper )
4242 - [ Semantic UI Mapper] ( #semantic-ui-mapper )
4343 - [ Ant Design Mapper] ( #ant-design-mapper )
44+ - [ Carbon Mapper] ( #carbon-mapper )
4445- [ Usage] ( #usage )
4546 - [ Custom mapper] ( #custom-mapper )
4647- [ Basic provided components] ( #basic-provided-components )
@@ -130,6 +131,16 @@ $ npm install @data-driven-forms/ant-component-mapper -S
130131$ yarn add @data-driven-forms/ant-component-mapper
131132```
132133
134+ #### [ Carbon Mapper] ( https://data-driven-forms.org/mappers/carbon-component-mapper )
135+
136+ ``` console
137+ $ npm install @data-driven-forms/carbon-component-mapper -S
138+ ```
139+
140+ ``` console
141+ $ yarn add @data-driven-forms/carbon-component-mapper
142+ ```
143+
133144Component libraries in mappers are external dependencies. Make sure to install them and their styles in your bundles.
134145
135146### Usage
@@ -201,20 +212,21 @@ Mappers can be also generated by using `yarn generate-template` [command](https:
201212
202213Data Driven Forms supports all kinds of component, basic set is consisted of:
203214
204- - Text input
205- - Text area
206- - Checkbox (Multiple checkboxes)
207- - Select (dropdown)
208- - Dual list select
209- - Field array
210- - Switch
211- - Radio buttons
212- - Date picker
213- - Time picker
214- - Tabs
215- - Slider
216- - Sub-form
217- - Wizard
215+ - [ Text input] ( https://data-driven-forms.org/mappers/text-field?mapper=mui )
216+ - [ Text area] ( https://data-driven-forms.org/mappers/textarea?mapper=mui )
217+ - [ Checkbox] ( https://data-driven-forms.org/mappers/checkbox?mapper=mui ) ([ Multiple checkboxes] ( https://data-driven-forms.org/mappers/checkbox-multiple?mapper=mui ) )
218+ - [ Select (dropdown)] ( https://data-driven-forms.org/mappers/select?mapper=mui )
219+ - [ Dual list select] ( https://data-driven-forms.org/mappers/dual-list-select?mapper=mui )
220+ - [ Field array] ( https://data-driven-forms.org/mappers/field-array?mapper=mui )
221+ - [ Switch] ( https://data-driven-forms.org/mappers/switch?mapper=mui )
222+ - [ Radio buttons] ( https://data-driven-forms.org/mappers/radio?mapper=mui )
223+ - [ Date picker] ( https://data-driven-forms.org/mappers/date-picker?mapper=mui )
224+ - [ Time picker] ( https://data-driven-forms.org/mappers/time-picker?mapper=mui )
225+ - [ Tabs] ( https://data-driven-forms.org/mappers/tabs?mapper=mui )
226+ - [ Slider] ( https://data-driven-forms.org/mappers/slider?mapper=mui )
227+ - [ Sub-form] ( https://data-driven-forms.org/mappers/sub-form?mapper=mui )
228+ - [ Plain text] ( https://data-driven-forms.org/mappers/plain-text?mapper=mui )
229+ - [ Wizard] ( https://data-driven-forms.org/mappers/wizard?mapper=mui )
218230
219231Any other components can be added to mapper and renderer with the form renderer. Existing components can be also overriden.
220232
@@ -231,6 +243,7 @@ Please use our [documentation site](https://data-driven-forms.org/). In case of
231243- [ Ant Design documentation] ( https://ant.design/ )
232244- [ Semantic UI React] ( https://react.semantic-ui.com/ )
233245- [ BlueprintJS] ( https://blueprintjs.com/ )
246+ - [ IBM Carbon] ( https://www.carbondesignsystem.com/ )
234247- NPM
235248 - [ React Form Renderer] ( https://www.npmjs.com/package/@data-driven-forms/react-form-renderer )
236249 - [ PatternFly 3 Mapper] ( https://www.npmjs.com/package/@data-driven-forms/pf3-component-mapper )
@@ -239,8 +252,7 @@ Please use our [documentation site](https://data-driven-forms.org/). In case of
239252 - [ Ant Design Mapper] ( https://www.npmjs.com/package/@data-driven-forms/ant-component-mapper )
240253 - [ Semantic UI Mapper] ( https://www.npmjs.com/package/@data-driven-forms/suir-component-mapper )
241254 - [ BlueprintJS Mapper] ( https://www.npmjs.com/package/@data-driven-forms/blueprint-component-mapper )
242- - Examples of schemas (PatternFly 3)
243- - [ ManageIQ Form Components] ( https://github.com/ManageIQ/manageiq-ui-classic/tree/master/app/javascript/components )
255+ - [ Carbon Mapper] ( https://www.npmjs.com/package/@data-driven-forms/carbon-component-mapper )
244256
245257### Development setup
246258
0 commit comments