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
Move the current various Flexbox property options from their respective component into a helper function.
Generate the prop validation based on these options and the breakpoints passed in.
Enables dynamic validation based on the amount of breakpoints used.
The text was updated successfully, but these errors were encountered:
aaronvanston
changed the title
Generate Prop validation based on breakpoints and known flexbox options
Generate proptypes validation based on breakpoints and known flexbox options
Apr 5, 2017
This feature is now mostly introduced with #62. All functionality is in place however there is no validation and these custom breakpoints are not stripped form the element when generating.
Do you still need help? Just discovered this amazingly neat flexbox grid framework and would like to see how I could help make it fully support a dynamic number of breakpoints.
@billykwok Thanks! Yes any help would be appreciated!
I'd like to separate out common proptype validations into files similar to the utils/helpers. These proptypes should generate based off the theme, so if a user sets an xl breakpoint etc it understands to apply the same proptype validations as the others etc
Move the current various Flexbox property options from their respective component into a helper function.
Generate the prop validation based on these options and the breakpoints passed in.
Enables dynamic validation based on the amount of breakpoints used.
The text was updated successfully, but these errors were encountered: