Alert
Installation
Section titled “Installation”npm install @sk-web-gui/reactAnvändning
Section titled “Användning”import { Alert.Component } from '@sk-web-gui/react';| Prop | Typ | Standard | Beskrivning |
|---|---|---|---|
type | 'neutral' | 'info' | 'success' | 'warning' | 'error' | – | |
size | 'sm' | 'md' | 'lg' | – | |
children | React.ReactNode | – |
Standardargs (från Meta.args)
Section titled “Standardargs (från Meta.args)”{ "type": "info", "size": "md"}Storyvarianter
Section titled “Storyvarianter”- Template – standardstory
- Implementation: @sk-web-gui/alert
- Storybook: Alert