Skip to content

Commit

Permalink
docs(level): expands design guidelines for level layout. (#3673)
Browse files Browse the repository at this point in the history
* docs: expands design guidelines for level layout.

* Expands content.

* Image placeholders.

* Adds content to ready for review.

* Apply suggestions from code review

* Remove image placeholders
  • Loading branch information
edonehoo authored Dec 13, 2023
1 parent 0a6fc15 commit b4b6593
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,21 @@
id: Level
section: layouts
---
Use a **Level** layout to evenly distribute content horizontally within a container.
The **level** layout is designed to distribute space evenly between sections of content and center them horizontally.

## Elements

By default, level items are placed on the page horizontally and wrap. The level layout is not responsive, but items will wrap as the viewport is resized.

A level layout will contain:

1. **Level:** The level container, which holds all level items.
1. **Level item:** An individual section of content to be placed in the level container.

## Usage

The level layout can be used to ensure that sections of content are neatly and evenly displayed across the width of a UI.

## Variations

To adjust spacing between items, you can apply gutters.

0 comments on commit b4b6593

Please sign in to comment.