Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
v1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Aug 6, 2019
1 parent b561476 commit 2b0b87a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
17 changes: 17 additions & 0 deletions src/components/calcite-demo-nav/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# calcite-demo-nav



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `pageId` | `page-id` | | `string` | `undefined` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
6 changes: 4 additions & 2 deletions src/components/calcite-tip-group/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

<!-- Auto Generated Below -->


## 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/)*
16 changes: 13 additions & 3 deletions src/components/calcite-tip-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The `calcite-tip-manager` component contains multiple [calcite-tips](../calcite-

<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
Expand All @@ -12,34 +13,43 @@ 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<void>`



#### Returns

Type: `Promise<void>`



### `previousTip() => Promise<void>`



#### Returns

Type: `Promise<void>`




## Dependencies

### Depends on

- [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/)*

0 comments on commit 2b0b87a

Please sign in to comment.