-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[Card] Expandable CardText #1060
Conversation
name: 'expandable', | ||
type: 'bool', | ||
header: 'optional', | ||
desc: 'Wether this card has expandable contents.' |
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.
Typo here - 'Whether'
refactored. items with expandable={true} will be toggled. better idea welcome... Would it be a good idea to have something similar for nested list item? (currently if the child is not a ListItem but a component that render a ListItem nested list does not work). |
2bfb299
to
ef28af1
Compare
Hi @hai-cea What should we do with this changeset? Do you think it follows md guideline enough or should it be more restricted? |
@cgestes I think it's good. Here's some more feedback: |
Hi, pushed a new batch of commits. Hope everything is addressed now.
|
Looks great - Thanks @cgestes 👍 |
cool, thank you. |
@chrismcv