Hoppa till huvudinnehåll

InfoBanner

Informationsmeddelande
Version: 1.0.4

Introduktion

Informationsmeddelande används för att visa statisk information, som till exempel systemnotiser

Installation och användning

npm install @midas-ds/info-banner
import { InfoBanner } from '@midas-ds/info-banner'

Exempel

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