@bigbinary/neeto-fields-frontend 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/index.cjs.js +201 -193
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +186 -178
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +3 -0
package/README.md
CHANGED
|
@@ -319,6 +319,10 @@ specific resource.
|
|
|
319
319
|
11. `isRequiredColumnName`: The name of column which holds the value which
|
|
320
320
|
suggests if a field value is a `required` one or not. Default is
|
|
321
321
|
`isRequired` column.
|
|
322
|
+
12. `fieldContainerClassName`: Class names for styling the `div` containing the
|
|
323
|
+
input field.
|
|
324
|
+
13. `fieldClassName`: Class names for styling the field.
|
|
325
|
+
14. `labelClassName`: Class names for styling the label for fields.
|
|
322
326
|
|
|
323
327
|
#### Usage:
|
|
324
328
|
|