Skip to content

Commit

Permalink
WIP docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Feb 15, 2024
1 parent f97beb5 commit dffa340
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/css/src/components/column/README.md
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.
7 changes: 7 additions & 0 deletions packages/css/src/components/gap/README.md
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

0 comments on commit dffa340

Please sign in to comment.