
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@isoftdata/svelte-card
Advanced tools
pnpm i @isoftdata/svelte-card
This component requires Svelte 5 or later
| Name | Type | Description | Default Value |
|---|---|---|---|
color | Colors | Bootstrap color variant for the card | undefined |
style | string | Custom CSS styles for the card | undefined |
header | string | Snippet | Card header content (string or Svelte snippet) | undefined |
headerClass | ClassValue | CSS classes for the header | undefined |
footer | string | Snippet | Card footer content (string or Svelte snippet) | undefined |
footerClass | ClassValue | CSS classes for the footer | undefined |
children | Snippet | Main card body content | undefined |
flushBody | boolean | If true, removes padding from card body | undefined |
collapsible | boolean | Makes the card collapsible with toggle functionality | false |
bodyShown | boolean | Bindable. Controls if the body is visible (when collapsible) | true |
entireHeaderToggles | boolean | If true, clicking anywhere in header toggles body visibility | false |
bodyShownAnimationDuration | number | Duration in milliseconds for body show/hide animation | 200 |
disabled | boolean | If true, prevents toggling when collapsible | false |
shownChange | (bodyShown: boolean) => void | Callback when collapsible body is toggled | undefined |
show | () => void | Callback when collapsible body is shown | undefined |
hide | () => void | Callback when collapsible body is hidden | undefined |
children - Main content of the card bodyheader - Custom header content (alternative to string header prop)footer - Custom footer content (alternative to string footer prop)shownChange - Called when the collapsible body is toggled, receives boolean indicating visibility stateshow - Called when the collapsible body is shownhide - Called when the collapsible body is hidden<script lang="ts">
import Card from '@isoftdata/svelte-card'
import { List, Item } from '@isoftdata/svelte-list-group'
</script>
<Card
collapsible
header="My Sweet List"
flushBody
footer="{items.length} Total Items"
footerClass="small"
>
<List flush>
{#each items as item}
<Item>{item}</Item>
{/each}
</List>
</Card>
FAQs
Unknown package
The npm package @isoftdata/svelte-card receives a total of 12 weekly downloads. As such, @isoftdata/svelte-card popularity was classified as not popular.
We found that @isoftdata/svelte-card demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.