https://github.com/jsmithdev/extenda-page-header
https://github.com/jsmithdev/extenda-page-header
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsmithdev/extenda-page-header
- Owner: jsmithdev
- Created: 2023-11-30T05:40:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T05:42:05.000Z (over 2 years ago)
- Last Synced: 2025-03-25T09:51:22.572Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# extenda-page-header
A define-able page header. Useful for tabs, app pages, etc.
## Installation
```bash
sfmm add jsmithdev extenda-page-header
```
See [sfmm](https://npmjs.com/package/sfmm) for more information on sfmm.
## Usage
See [Demo](./force-app/main/default/lwc/demo/demo.html) for usage.
## Properties
| Name | Type | Default | Required | Description |
| ---- | ---- | ------- | -------- | ----------- |
| `title` | `string` | `Title` | `false` | The title of the page header. |
| `subtitle` | `string` | `Subtitle` | `false` | The subtitle of the page header. |
| `margin` | `string` | `medium` | `false` | The margin around the page header. |
| `padding` | `string` | `medium` | `false` | The padding around the page header. |
## Slots
| Name | Description |
| ---- | ----------- |
| `icon` | The icon to display in the page header. |
---
written with <3 by [jsmithdev](https://jsmith.dev)