Plan コンポーネントでは、製品に必要なプランの種類を示せます。製品のメインの Overview ページ で使うか、追加要件のある特定機能を説明するページで使います。
<Plan type="<PLAN_TYPE>" /> を使い、製品の提供状況に合う type を選びます。
詳細は次の例を参照してください。
import { Plan } from "~/components"
<Plan type="all" />
<Plan type="paid" />
<Plan type="pro" />
<Plan type="business" />
<Plan type="add-on" />
<Plan type="ent-add-on" />
<Plan type="workers-all" />
<Plan type="workers-paid" />
<Plan type="beta" />