mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-06 02:25:07 +01:00
Update component header, format, streamline SV5 components
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
<!--
|
||||
@component Support option select card
|
||||
-->
|
||||
@component Support option select card
|
||||
|
||||
Properties:
|
||||
- `config Object`: Config includes latest option states
|
||||
-->
|
||||
|
||||
<script>
|
||||
import { Row, Col, Card, CardTitle, CardBody, Button} from "@sveltestrap/sveltestrap";
|
||||
import { fade } from "svelte/transition";
|
||||
|
||||
/* Svelte 5 Props */
|
||||
let { config } = $props();
|
||||
let {
|
||||
config
|
||||
} = $props();
|
||||
|
||||
/* State Init */
|
||||
let message = $state("");
|
||||
|
||||
Reference in New Issue
Block a user