solid-ui
solid-ui copied to clipboard
'className' Common Field Property
User Story
As a Form Designer, I want to specify the CSS class that should be applied when a data element is rendered, so I can use specific styling.
Acceptance Criteria
- In the Form Model describing the form, I can set a 'className' property on any form data element to specify that references a CSS class.
- When the form is rendered based on the Form Model, the referenced CSS class is used to style the data element.
Maybe htmlClass to distinguish from RDF classes?