> ## Documentation Index
> Fetch the complete documentation index at: https://docs.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Canvasでのテンプレートの使用

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "End User , Instructions , Box Canvas , Established , P1"}} />

Box Canvasのテンプレートは、手動で各オブジェクトを追加することなくCanvas上のコンテンツを整理するのに役立ちます。

## テンプレートの選択

Canvasでテンプレートを選択するには、Canvasのツールバーでテンプレートアイコン <InlineImage src="/images/box-canvas/screenshot-2023-03-03-at-16-36-41.png" alt="screenshot-2023-03-03-at-16-36-41-png" /> をクリックします。

テンプレートの選択では、各カテゴリに割り当てられている、事前入力された使用可能なテンプレートが表示されます。例えば、マインドマップ (ブレインストーミング)、2つの真実と1つの嘘 (アイスブレイク)、RACIチャート (ビジネス) などがあります。

各テンプレートのタイルには、テンプレートの名前、レイアウト、割り当てられているカテゴリが表示されます。

<Frame>
  <img src="https://mintcdn.com/product-docs/DTOHMH05H6pIRQke/images/box-canvas/screenshot-2023-03-10-at-16-10-46.png?fit=max&auto=format&n=DTOHMH05H6pIRQke&q=85&s=e862fe8d4c29c52db1170d6d70189b49" alt="screenshot-2023-03-10-at-16-10-46-png" width="513" height="426" data-path="images/box-canvas/screenshot-2023-03-10-at-16-10-46.png" />
</Frame>

使用するテンプレートをクリックすると、そのテンプレートの詳細な説明とレイアウトが記載されたウィンドウが表示されます。 テンプレートの選択に戻るには、ウィンドウの左上にある矢印をクリックします。 選択したテンプレートを挿入するには、\[**テンプレートを挿入**] をクリックします。
