Skip to content

Commit

Permalink
fixup! Feat(web): Introduce Box component #DS-1595
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Dec 20, 2024
1 parent 751c029 commit bc0ed27
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/web/src/scss/components/Box/index.html
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 }}


0 comments on commit bc0ed27

Please sign in to comment.