-
Notifications
You must be signed in to change notification settings - Fork 2
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
1305215
commit 32fbacc
Showing
5 changed files
with
82 additions
and
7 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
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,75 @@ | ||
{ | ||
"title": "Page", | ||
"tag": "ilw-page", | ||
"github": "https://github.com/web-illinois/ilw-page/", | ||
"type": "web component", | ||
"element-name": "ilw-page", | ||
"description": "The Page component, containing styles and margins for other components.", | ||
"builder-version": "1.0", | ||
"version": "1.0.0", | ||
"date": "10/22/2024", | ||
"css": "https://cdn.toolkit.illinois.edu/ilw-page/1.0.0/ilw-page.css", | ||
"js": "https://cdn.toolkit.illinois.edu/ilw-page/1.0.0/ilw-page.js", | ||
"production": true, | ||
"notes": "", | ||
"parent-style": "", | ||
"samples": [ | ||
{ | ||
"name": "default", | ||
"description": "Default information", | ||
"text": "<header slot='header'><p>Header</p></header><main><p>Main Section.</p></main><footer slot='footer'><p>Footer content</p></footer>" | ||
} | ||
], | ||
"attributes-fixed": [], | ||
"attributes-text": [], | ||
"attributes": [ | ||
{ | ||
"name": "expanded", | ||
"description": "Expanded top/bottom margins on the main item", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"true" | ||
] | ||
} | ||
], | ||
"classes-fixed": [], | ||
"classes": [ | ||
{ | ||
"name": "styling", | ||
"description": "Whether or not to apply global styling. Preferred option is to not use styling, followed by ilw-font, followed by ilw-format", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"ilw-font", | ||
"ilw-format" | ||
] | ||
}, | ||
{ | ||
"name": "margins", | ||
"description": "Whether or not to use the default margins. Preferred option is to not use margins, followed by ilw-margin.", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"ilw-margin" | ||
] | ||
} | ||
], | ||
"css-variables": [ | ||
{ | ||
"name": "--ilw-page--main-margin-top", | ||
"depreciated": false, | ||
"description": "If expanded attribute is used, the top margin of the main element will be this size" | ||
}, | ||
{ | ||
"name": "--ilw-page--main-margin-bottom", | ||
"depreciated": false, | ||
"description": "If expanded attribute is used, the bottom margin of the main element will be this size" | ||
}, | ||
{ | ||
"name": "--ilw-page--margin", | ||
"depreciated": false, | ||
"description": "Left/right margin of the main element. The ilw-margin class needs to be set if you are using this." | ||
} | ||
] | ||
} |
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