-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* stack wip * add coming soon * cleanup * fix src * fix description
- Loading branch information
1 parent
8c11247
commit b66625e
Showing
2 changed files
with
23 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Stack | ||
status: Experimental | ||
description: Stack is a layout component that creates responsive horizontal and vertical flows. | ||
reactId: stack | ||
--- | ||
|
||
import ComponentLayout from '~/src/layouts/component-layout' | ||
export default ComponentLayout | ||
|
||
<Note variant="warning"> | ||
Stack interface guidelines coming soon! | ||
</Note> | ||
|
||
## Anatomy | ||
|
||
<img | ||
width="960" | ||
alt="Example of the Stack component in use showing a text input next to a group of buttons. The stack is shown both horizontally and vertically." | ||
src="https://github.com/primer/primitives/assets/18661030/5b8649e0-1c3e-4845-abb1-c339b628d056" | ||
/> |
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