@moxijs/ui - v0.3.5
    Preparing search index...

    Class FlatCardStyle

    A clean, modern card style with subtle borders and rounded corners.

    const style = new FlatCardStyle({
    borderRadius: 8,
    showShadow: true
    });

    const card = new CardPanel({
    style,
    title: { text: 'My Card' },
    body: { width: 300, height: 200 }
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods