Skip to content

Commit

Permalink
docs: add hot-header docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 30, 2024
1 parent 531d643 commit 451c433
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/components/hot-header.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# hot-header

## Properties

| Property | Attribute | Type | Default |
|----------|-----------|-----------------|--------------|
| `drawer` | `drawer` | `boolean` | true |
| `logo` | `logo` | `string \| URL` | "hotLogo" |
| `name` | `name` | `string` | "hot-header" |
| `title` | `title` | `string` | "" |
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ nav:
- About: about.md
- Components:
- Button: components/hot-button.md
- Header: components/hot-header.md
- Toolbar: components/hot-toolbar.md
- Tracking: components/hot-tracking.md
- Usage: usage.md
Expand Down

0 comments on commit 451c433

Please sign in to comment.