-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f97beb5
commit dffa340
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# Column | ||
|
||
Stacks its children vertically and adds a vertical gap between them. | ||
|
||
## Design | ||
|
||
The default vertical column gap has the same length as the default horizontal grid gap. | ||
Consequently, the vertical whitespace is fluid as well, depending on the width of the window. | ||
Five widths are available, ranging from a quarter of the default to double the width. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# Gap | ||
|
||
TODO | ||
|
||
- Column gebruikt gap class name | ||
- Gap class name zet display grid | ||
- Gebruik gap als alle kinderen in een element dezelfde tussenruimte moeten hebben, nu en in de toekomst (titel, paragraaf, lijst, of twee paragrafen) | ||
- Gebruik anders margin bottom op elementen | ||
- Keuzehulp voor sm–xl, bijv. groepen van componenten | ||
- Tabelletje |