-
Notifications
You must be signed in to change notification settings - Fork 46
6-8 Styling page, Move Nested components page #87
base: master
Are you sure you want to change the base?
Conversation
src/SUMMARY.md
Outdated
* [Refs](concepts/components/refs.md) | ||
* [Styling](concepts/components/styling.md) | ||
* [Life cycle](concepts/components/lifecycle.md) |
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.
Stylistically, I think it's better for "life cycle" to be "lifecycle."
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.
I ask myself about it and google it. Found more about "Life Cycle"
Anyway ... we are 2 having the same feeling => I change to 1 word
src/concepts/components/styling.md
Outdated
|
||
## Yew component does not support yet class attribute | ||
|
||
So far Yew component does not support natively the `class` attribute. You can add the class attribute to your component: |
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.
Gramatically this should read more along the lines of "At the moment Yew's components don't natively support the class
attribute."
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.
I understand that this limitation is now resolved with the 0.16 release with #1187
=> I remove the chapter
Remove of the CSS.md and add the Styling page
Move from html! the component page, rename it NestedComponents
Update summary