-
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
eaebc96
commit 6328642
Showing
4 changed files
with
65 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,58 @@ | ||
{ | ||
"title": "Back to Top", | ||
"tag": "ilw-back-to-top", | ||
"github": "https://github.com/web-illinois/ilw-back-to-top", | ||
"type": "web component", | ||
"element-name": "ilw-back-to-top", | ||
"description": "The Illinois component back-to-top allows you to provide a simple way to skip either to the top of a page or to a designated point in the page (such as the page content area).", | ||
"builder-version": "1.0", | ||
"version": "1.0.0", | ||
"date": "10/22/2024", | ||
"css": "https://cdn.toolkit.illinois.edu/ilw-back-to-top/1.0.0/ilw-back-to-top.css", | ||
"js": "https://cdn.toolkit.illinois.edu/ilw-back-to-top/1.0.0/ilw-back-to-top.js", | ||
"production": true, | ||
"notes": "", | ||
"parent-style": "", | ||
"attributes-fixed": [], | ||
"attributes-text": [ | ||
{ | ||
"depreciated": false, | ||
"name": "target", | ||
"description" : "The ID of the element which represents the top of the page. If provided, the page will scroll to this element.", | ||
"type": "string", | ||
"value": "" | ||
}, | ||
{ | ||
"depreciated": false, | ||
"name": "alt", | ||
"description" : "The accessible text label of the button, defaults to 'Back to top'", | ||
"type": "string", | ||
"value": "" | ||
} | ||
], | ||
"attributes" : [], | ||
"classes-fixed": [], | ||
"classes": [], | ||
"css-variables" : [ | ||
{ | ||
"name": "--ilw-back-to-top--color", | ||
"description" : "Hex color of the arrow and border", | ||
"depreciated": false | ||
}, | ||
{ | ||
"name": "--ilw-back-to-top--background", | ||
"description" : "Background hex color", | ||
"depreciated": false | ||
}, | ||
{ | ||
"name": "--ilw-back-to-top--bottom", | ||
"description" : "Position in pixels from the bottom of the screen", | ||
"depreciated": false | ||
}, | ||
{ | ||
"name": "--ilw-back-to-top--right", | ||
"description" : "Position in pixels from the right of the screen", | ||
"depreciated": false | ||
} | ||
] | ||
} |
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