-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(icon-demo): add an icon demo to display all icons
- Loading branch information
Showing
18 changed files
with
580 additions
and
338 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "FvKIrSQgq0", | ||
"blockType": "pattern-template-block", | ||
"data": { | ||
"patternId": "icon", | ||
"demoId": "iPghK4UYBt", | ||
"templateId": "web-components-Pnw8Nf0oOd", | ||
"hideControls": true | ||
} | ||
} |
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,11 @@ | ||
{ | ||
"id": "iPghK4UYBt", | ||
"title": "Main", | ||
"type": "data", | ||
"patternId": "icon", | ||
"templateId": "web-components-Pnw8Nf0oOd", | ||
"data": { | ||
"props": {}, | ||
"slots": {} | ||
} | ||
} |
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
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
11 changes: 11 additions & 0 deletions
11
apps/knapsack/dist/meta/icon/icon.web-components-Pnw8Nf0oOd.spec.d.ts
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,11 @@ | ||
/** | ||
* patternId: "icon" templateId: "web-components-Pnw8Nf0oOd" | ||
* This file was automatically generated by Knapsack. | ||
* DO NOT MODIFY IT BY HAND. | ||
* Instead, adjust it's spec, by either: | ||
* 1) go to "/patterns/icon/web-components-Pnw8Nf0oOd" and use the UI to edit the spec | ||
* 2) OR edit the "knapsack.pattern.icon.json" file's "spec.props". | ||
* Run Knapsack again to regenerate this file. | ||
*/ | ||
|
||
export interface Icon {} |
7 changes: 7 additions & 0 deletions
7
apps/knapsack/dist/meta/icon/icon.web-components-Pnw8Nf0oOd.spec.json
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,7 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema", | ||
"description": "Symbol representing an action, object, or concept.", | ||
"type": "object", | ||
"required": [], | ||
"properties": {} | ||
} |
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
Oops, something went wrong.