@lg-chat/title-bar
v5.0.2
Published
lg-chat Title Bar
Keywords
Readme
Title Bar
Installation
PNPM
pnpm add @lg-chat/title-barYarn
yarn add @lg-chat/title-barNPM
npm install @lg-chat/title-barExample
import { TitleBar } from '@lg-chat/title-bar';
return <TitleBar title="LeafyGreen Chat" badgeText="Beta" />;Properties
| Prop | Type | Description | Default |
| ------------------------ | ------------------------- | -------------------------------------------------------------- | ------- |
| badgeText (optional) | string | Badge text rendered to indicate 'Beta' or 'Experimental' flags | |
| title | string | Title text | |
| ... | HTMLElementProps<'div'> | Props spread on root element | |
