generated from web-illinois/toolkit-template
-
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.
- Loading branch information
1 parent
1d0f14c
commit 6c7e79f
Showing
4 changed files
with
102 additions
and
5 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
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,97 @@ | ||
{ | ||
"title": "Columns", | ||
"tag": "ilw-columns", | ||
"github": "https://github.com/web-illinois/ilw-columns/", | ||
"type": "web component", | ||
"element-name": "ilw-columns", | ||
"description": "Creates a single row of items that you can use to display information, with information of different widths.", | ||
"builder-version": "1.0", | ||
"version": "1.0.0", | ||
"date": "10/08/2024", | ||
"css": "https://cdn.toolkit.illinois.edu/ilw-columns/1.0.0/ilw-columns.css", | ||
"js": "https://cdn.toolkit.illinois.edu/ilw-columns/1.0.0/ilw-columns.js", | ||
"production": true, | ||
"notes": "", | ||
"parent-style": "", | ||
"samples": [ | ||
{ | ||
"name": "default", | ||
"description": "Default information", | ||
"text": "<div class='test'><h3>Lorem ipsum dolor sit amet</h3><p>Consectetur adipiscing elit. <div>Donec posuere dui mauris, eu scelerisque mauris mattis in. Nunc sed leo arcu. Nulla non eleifend sapien.</div> </p></div><div class='test'><h3>Lorem ipsum dolor sit amet</h3><p>Nunc sed leo arcu. Nulla non eleifend sapien. </p></div>" | ||
}, | ||
{ | ||
"name": "image", | ||
"description": "Image Feature", | ||
"text": "<div class='ilw-image-cover'><img src='https://picsum.photos/300/300' alt=''></div><div class='test'><h3>Lorem ipsum dolor sit amet</h3><p>Nunc sed leo arcu. Nulla non eleifend sapien. </p></div>" | ||
} | ||
], | ||
"attributes-fixed": [], | ||
"attributes-text": [ | ||
{ | ||
"name": "padding", | ||
"description": "Padding of the text inside the component, defaults to 0 0 40px 0", | ||
"depreciated": false, | ||
"value": "" | ||
}, | ||
{ | ||
"name": "gap", | ||
"description": "Gap in pixels or percentage between the columns, defaults to none", | ||
"depreciated": false, | ||
"value": "" | ||
} | ||
], | ||
"attributes": [ | ||
{ | ||
"name": "mode", | ||
"description": "Mode of the columns (width)", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"1x1", | ||
"1x2", | ||
"1x3", | ||
"2x1", | ||
"3x1", | ||
"1x2x1" | ||
] | ||
}, | ||
{ | ||
"name": "theme", | ||
"description": "Color theme used", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"blue", | ||
"orange", | ||
"blue-gradient", | ||
"orange-gradient", | ||
"gray", | ||
"white" | ||
] | ||
}, | ||
{ | ||
"name": "width", | ||
"description": "Width of component", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"full", | ||
"auto", | ||
"page" | ||
] | ||
}, | ||
{ | ||
"name": "reverse", | ||
"description": "If the order of the columns are reversed in a row, defaults to false", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"true" | ||
] | ||
} | ||
], | ||
"classes-fixed": [], | ||
"classes": [], | ||
"css-variables": [ | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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