Banner
A component to display information that is a link or dismissable
import { Banner } from '@ensdomains/thorin'
<Banner alert="info" title="Heading">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</Banner>
name | type | default | description |
---|---|---|---|
actionIcon | ReactNode | - | - |
alert | "error" | "warning" | "info" | info | - |
as | "a" | - | - |
href | string | - | - |
icon | ReactNode | - | - |
rel | string | - | - |
title | string | - | The title for the banner |
onDismiss | (() => void) & (() => void) | - | - |
iconType | "none" | "filledCircle" & Omit<IconTypes, "none"> | "normal" & Omit<IconTypes, "none"> | "none" & Omit<IconTypes, "none"> | - | - |
target | string | - | - |