@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 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