ltht-react Banner Component.
npm install @ltht-react/bannerjs
import Banner from '@ltht-react/banner'
`
$3
`jsx
This is an info alert with{' '}
an example link
.
`
$3
| Prop | Required | Default | Type | Description |
| :--------- | :------- | :------ | :----------------------------- | :---------------------------------------------------- |
| type | No | 'info' | 'info', 'danger', 'warning' | Type of styling for the banner |
| icon | No | None | ReactNode | Custom to render |
| children | No | None | Element | Child elements to render within the banner |
| ...rest` | No | None | HTMLAttributes