An open API service indexing awesome lists of open source software.

https://github.com/jsmithdev/extenda-page-header


https://github.com/jsmithdev/extenda-page-header

Last synced: 11 months ago
JSON representation

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)