sparc - v1.0.1
    Preparing search index...
    interface CardProps {
        as?: ContainerTags;
        class?: string;
        containerSelector?: string;
        id?: string;
        selectableItems?: boolean;
        variant?: CardVariants;
    }

    Hierarchy (View Summary)

    Index

    Properties

    class?: string

    Regular HTML class names

    containerSelector?: string

    Valid CSS selector targeting the current element's parent.

    const myElement = new Element({...,containerSelector:"#login-form",...})
    myElement.render() //my element will be appended to #login-form
    id?: string

    if a value is provided, sparc will not use automatic UUID generation!

    selectableItems?: boolean
    variant?: CardVariants

    Defines the element styling variant. Defaults to "primary"