Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

6-8 Styling page, Move Nested components page #87

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@
* [Lists](concepts/html/lists.md)
* [Elements](concepts/html/elements.md)
* [Literals & Expressions](concepts/html/literals-and-expressions.md)
* [Components](concepts/html/components.md)
* [Components](concepts/components/README.md)
* [Internal State](concepts/components/internalstate.md)
* [Listen to events](concepts/components/trapevents.md)
* [Properties](concepts/components/properties.md)
* [Callbacks](concepts/components/callbacks.md)
* [Emit events](concepts/components/emitevents.md)
* [Nested component](concepts/components/nestedcomponents.md)
* [Refs](concepts/components/refs.md)
* [Styling](concepts/components/styling.md)
* [Lifecycle](concepts/components/lifecycle.md)
* [Callbacks](concepts/components/callbacks.md)
* [Agents](concepts/agents.md)
* [Services](concepts/services/README.md)
* [Format](concepts/services/format.md)
Expand All @@ -36,9 +41,7 @@

## More

* [CSS](more/css.md)
* [Roadmap](more/roadmap.md)
* [Testing](more/testing.md)
* [Debugging](more/debugging.md)
* [External Libs](more/external-libs.md)

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Nested components
---
description: Create complex layouts with component hierarchies
---
Expand Down
7 changes: 7 additions & 0 deletions src/concepts/components/styling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Styling

<Work in progress>

A proposal for proper CSS support can be found here: [https://github.com/yewstack/yew/issues/533](https://github.com/yewstack/yew/issues/533)

In the meantime you can define the style with any standard CSS tools.
6 changes: 0 additions & 6 deletions src/more/css.md

This file was deleted.