-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(demo-theme): themed demo helper #9645
chore(demo-theme): themed demo helper #9645
Conversation
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Approving to get this in for today's testing, but I do have some notes:
- Can we add doc to the theme helper with setup examples?
- Are the updates to the button page temporary or something that we'd like to promote across all component pages? We could also consider adding a specific theme demo page.
- Can we add a note on current limitations of the helper? IIRC, stateful CSS props are not supported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
shadowColor: "black", | ||
shadowValues: "0 1px 2px 0 1", | ||
space: "24px", | ||
text: "green", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this maybe be textColor
?
Added
Not intended to be temporary. The idea was to allow these demos to be added to any page although long-term it might be good to have a specific theme demo page with all/many components.
There aren't any limitations as far as I know. Stateful CSS props are supported. |
Related Issue: #9644
Summary
themed demo helper