2.0.0 • Published 1 year ago
@cmmd-web/header v2.0.0
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.