shadowCards are containers that display content such as text, images, buttons, and lists.
A card can be a single component, but is often made up of a header, title, subtitle,
and content. Cards are broken up into several components to accommodate this structure:
card header, card title, card subtitle,
and card content.
| Description | trueの場合、ボタンタグがレンダリングされ、カードはタップ可能になる。 | 
| Attribute | button | 
| Type | boolean | 
| Default | false | 
| Description | アプリケーションのカラーパレットから使用する色を指定します。デフォルトのオプションは以下の通りです。 "primary","secondary","tertiary","success","warning","danger","light","medium", と"dark"です.色に関する詳しい情報は theming を参照してください。 | 
| Attribute | color | 
| Type | "danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string & Record<never, never> | undefined | 
| Default | undefined | 
| Description | trueの場合、ユーザはカードと対話することができません。 | 
| Attribute | disabled | 
| Type | boolean | 
| Default | false | 
| Description | この属性は、ブラウザが URL に移動する代わりに URL をダウンロードするように指示し、ユーザはローカルファイルとして保存するように促されます。この属性に値がある場合、保存のプロンプトであらかじめ入力されたファイル名として使用されます(ユーザーはファイル名を変更することができます)。 | 
| Attribute | download | 
| Type | string | undefined | 
| Default | undefined | 
| Description | ハイパーリンクが指し示す URL または URL フラグメントを格納します。このプロパティが設定されている場合、アンカータグがレンダリングされます。 | 
| Attribute | href | 
| Type | string | undefined | 
| Default | undefined | 
| Description | modeは、どのプラットフォームのスタイルを使用するかを決定します。 | 
| Attribute | mode | 
| Type | "ios" | "md" | 
| Default | undefined | 
| Description | ターゲットオブジェクトとリンクオブジェクトの関係を指定します。値は、スペースで区切られたリンクタイプのリストです。 | 
| Attribute | rel | 
| Type | string | undefined | 
| Default | undefined | 
| Description | ルータを使用する場合、 hrefを使用して別のページに移動する際の遷移アニメーションを指定します。 | 
| Attribute | undefined | 
| Type | ((baseEl: any, opts?: any) => Animation) | undefined | 
| Default | undefined | 
| Description | ルータを使用する場合、 hrefを使用して他のページに移動する際の遷移方向を指定します。 | 
| Attribute | router-direction | 
| Type | "back" | "forward" | "root" | 
| Default | 'forward' | 
| Description | リンク先のURLを表示する場所を指定します。href を指定した場合のみ適用される。特別なキーワードがあります。_blank","_self","_parent","_top". | 
| Attribute | target | 
| Type | string | undefined | 
| Default | undefined | 
| Description | ボタンの種類。onclick またはbutton`プロパティが存在する場合にのみ使用される。 | 
| Attribute | type | 
| Type | "button" | "reset" | "submit" | 
| Default | 'button' | 
No events available for this component.
No public methods available for this component.
| Name | Description | 
|---|
| native | すべての子要素をラップするネイティブHTMLのボタン、アンカー、またはdiv要素です。 | 
| Name | Description | 
|---|
| --background | カードの背景 | 
| --color | カードの色 | 
No slots available for this component.