You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have consistent CSS classes being applied (that are designed to match the CSS we have now in Caldera Forms admin) and we pass className props down. That's good, but several requirements call for the ability to apply an arbitrary set of CSS rules, so we need an option to pass a CSS file or string containing CSS to FieldGroup and RenderGroup components
We need one standard API for integration styled components.
https://www.styled-components.com/
Right now we have consistent CSS classes being applied (that are designed to match the CSS we have now in Caldera Forms admin) and we pass className props down. That's good, but several requirements call for the ability to apply an arbitrary set of CSS rules, so we need an option to pass a CSS file or string containing CSS to
FieldGroup
andRenderGroup
componentsRequirements
Please review #10 which is related and the contributor's guide, which outlines expectations for the PR to be submitted.
css
key.FieldGroup
orRenderGroup
and css and returns a component with the style using styled components.FieldGroup
andRenderGroup
components add a css prop, validated with prop-typesFieldGroup
's css prop to style that particular field.The text was updated successfully, but these errors were encountered: