This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 747
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: generate core API docs and metadata
Signed-off-by: Cory Rylan <[email protected]>
- Loading branch information
Cory Rylan
committed
Nov 4, 2019
1 parent
71357e5
commit 17c7b17
Showing
17 changed files
with
391 additions
and
16 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 |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
|
||
# core related files | ||
*.element.css.ts | ||
src/dev-core/src/api | ||
src/dev-core/api | ||
|
||
|
||
# compiled output | ||
/dist | ||
|
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
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
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,5 @@ | ||
# Core Web Component API | ||
|
||
You can find all the Core Web Component APIs documented within this directory. | ||
|
||
- [Demo Dropdown](cwc-test-dropdown.md) |
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,36 @@ | ||
# cwc-test-dropdown | ||
|
||
Dropdown, example test component. Do not use in production. | ||
|
||
## Attributes | ||
|
||
| Attribute | Type | Description | | ||
|-----------|-------|----------------------| | ||
| `outline` | `any` | Apply outline style. | | ||
|
||
## Properties | ||
|
||
| Property | Attribute | Type | Default | Description | | ||
|----------|-----------|-----------|------------|----------------------------------------| | ||
| `open` | `open` | `boolean` | | Set open to open or close the dropdown | | ||
| `title` | `title` | `string` | "dropdown" | Set the dropdown button text | | ||
|
||
## Events | ||
|
||
| Event | Description | | ||
|--------------|--------------------------------------| | ||
| `openChange` | notify open state change of dropdown | | ||
|
||
## Slots | ||
|
||
| Name | Description | | ||
|-----------|-----------------------------------| | ||
| `default` | Content slot for dropdown content | | ||
|
||
## CSS Custom Properties | ||
|
||
| Property | | ||
|--------------------------------------| | ||
| `--clr-test-border-color` | | ||
| `--clr-test-button-background-color` | | ||
| `--clr-test-button-text-color` | |
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
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.