2.0.0 • Published 10 months ago

@cmmd-web/header v2.0.0

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

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

NameDescriptionTypeOptional
headerTitleTitle of the appattributeNo

Slot

All content inside the cmmd-header component will be rendered next to the title.