InfoBanner
Informationsmeddelande
Introduktion
Informationsmeddelande används för att visa statisk information, som till exempel systemnotiser
Installation och användning
- npm
- Yarn
- pnpm
npm install @midas-ds/info-banner
yarn add @midas-ds/info-banner
pnpm add @midas-ds/info-banner
import { InfoBanner } from '@midas-ds/info-banner'
Exempel
Info
Important
Warning
Success
Information
Detta är ett informationsmeddelande om att informationsmeddelande visar statisk information, till exempel systemnotiser.
import {InfoBanner} from "@midas-ds/info-banner";
<InfoBanner type={'info'} title={'Information'} message={'Message'}/>
<InfoBanner type={'important'} title={'Important'} message={'Message'}/>
<InfoBanner type={'warning'} title={'Warning'} message={'Message'}/>
<InfoBanner type={'success'} title={'Success'} message={'Message'}/>
Beroenden
- lucide-react@^0.453.0
- @midas-ds/button@1.1.1