@cmmd-web/header
v2.0.0
Published
Header for CMMD applications
Downloads
7
Maintainers
Readme
CMMD-Header
Header for CMMD applications.
How to install
yarn add @cmmd-web/header
import '@cmmd-web/header/cmmd-header.js';
Example
<cmmd-header title="My App">
<cmmd-button danger>Logout</cmmd-button>
</cmmd-header>
Properties
| Name | Description | Type | Optional | | ----------- | ---------------- | --------- | -------- | | headerTitle | Title of the app | attribute | No |
Slot
All content inside the cmmd-header component will be rendered next to the title.