diff --git a/src/components/calcite-demo-nav/readme.md b/src/components/calcite-demo-nav/readme.md new file mode 100644 index 00000000..53dc9f43 --- /dev/null +++ b/src/components/calcite-demo-nav/readme.md @@ -0,0 +1,17 @@ +# calcite-demo-nav + + + + + + +## Properties + +| Property | Attribute | Description | Type | Default | +| -------- | --------- | ----------- | -------- | ----------- | +| `pageId` | `page-id` | | `string` | `undefined` | + + +---------------------------------------------- + +*Built with [StencilJS](https://stenciljs.com/)* diff --git a/src/components/calcite-tip-group/readme.md b/src/components/calcite-tip-group/readme.md index 29038630..f7eb35ce 100644 --- a/src/components/calcite-tip-group/readme.md +++ b/src/components/calcite-tip-group/readme.md @@ -2,12 +2,14 @@ + ## Properties | Property | Attribute | Description | Type | Default | | ---------------- | ------------------ | ---------------------------------- | -------- | ------------------------ | | `textGroupTitle` | `text-group-title` | The title used for all nested tips | `string` | `TEXT.defaultGroupTitle` | ---- -_Built with [StencilJS](https://stenciljs.com/)_ +---------------------------------------------- + +*Built with [StencilJS](https://stenciljs.com/)* diff --git a/src/components/calcite-tip-manager/readme.md b/src/components/calcite-tip-manager/readme.md index 87b893a9..7f774af5 100644 --- a/src/components/calcite-tip-manager/readme.md +++ b/src/components/calcite-tip-manager/readme.md @@ -4,6 +4,7 @@ The `calcite-tip-manager` component contains multiple [calcite-tips](../calcite- + ## Properties | Property | Attribute | Description | Type | Default | @@ -12,20 +13,30 @@ The `calcite-tip-manager` component contains multiple [calcite-tips](../calcite- | `textPaginationLabel` | `text-pagination-label` | Label that appears on hover of pagination icon. | `string` | `TEXT.defaultPaginationLabel` | | `theme` | `theme` | Element styling | `"dark" \| "light"` | `undefined` | + ## Methods ### `nextTip() => Promise` + + #### Returns Type: `Promise` + + ### `previousTip() => Promise` + + #### Returns Type: `Promise` + + + ## Dependencies ### Depends on @@ -33,13 +44,12 @@ Type: `Promise` - [calcite-action](../calcite-action) ### Graph - ```mermaid graph TD; calcite-tip-manager --> calcite-action style calcite-tip-manager fill:#f9f,stroke:#333,stroke-width:4px ``` ---- +---------------------------------------------- -_Built with [StencilJS](https://stenciljs.com/)_ +*Built with [StencilJS](https://stenciljs.com/)*