GitHub

Alert

Examples

Preset Alerts

Usage

<script>
	import { Alert } from 'fuchs';
</script>

<Alert title="Alert Title" type="info">
	<span>Alert Description</span>
</Alert>