-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Feat(web): Introduce Box component #DS-1595
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 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,13 +1,18 @@ | ||
{{#> web/layout/default title="Card" parentPageName="Components" }} | ||
{{#> web/layout/default title="Box" parentPageName="Components" }} | ||
|
||
<section class="Box"> | ||
<h2 class="docs-Heading">General Options</h2> | ||
<div class="docs-Stack docs-Stack--stretch"> | ||
|
||
<div class="Grid Grid--cols-1 Grid--tablet--cols-2 Grid--desktop--cols-3"> | ||
<div class="Container"> | ||
<h2 class="docs-Heading">Default</h2> | ||
|
||
<div class="docs-Stack docs-Stack--start"> | ||
<div class="bg-secondary border-basic rounded-300 border-100 p-800" style="border-style: solid;">Content</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</section> | ||
|
||
{{/web/layout/default }} | ||
|
||
|