Skip to content

Commit

Permalink
asymmetric grid story
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Jan 6, 2025
1 parent 77e624e commit 6e8e871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web-ui-boilerplate",
"description": "UI boilerplate for websites/webapps using vanilla HTML/CSS/JavaScript, powered by Storybook, bundled by Parcel.",
"author": "basher",
"version": "4.0.8",
"version": "4.0.9",
"license": "ISC",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions ui/stories/3. Layout/Grid/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ ${style}
</div>
</div>
<br>
<p>Override column widths.</p>
<div class="grid-container">
<div class="grid--asymmetric-75-25 ${args.gap === undefined ? '' : `grid--${args.gap}`}">
<div>
Expand All @@ -114,6 +116,8 @@ ${style}
</div>
</div>
<br>
<p>Override column widths.</p>
<div class="grid-container">
<div class="grid--asymmetric-25-75 ${args.gap === undefined ? '' : `grid--${args.gap}`}">
<div>
Expand Down

0 comments on commit 6e8e871

Please sign in to comment.