Skip to content

Commit

Permalink
storybookの変更を適用
Browse files Browse the repository at this point in the history
  • Loading branch information
wentzzz committed May 22, 2024
1 parent 54cc4d2 commit d679427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import {

選択肢の中から複数の値を選択するコンポーネントです。テキスト入力によって選択肢を絞り込んだり、選択肢に新たな値を追加できます。

{TODO: ComponentStoryMultiComboBoxだけ表示するようにしたい}

<ComponentStory name="ComboBox" />
<ComponentStory name="MultiCombobox" />

## 使用上の注意

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import {

選択肢の中から単一の値を選択するコンポーネントです。テキスト入力によって選択肢を絞り込んだり、選択肢に新たな値を追加できます。

{TODO: ComponentStorySingleComboBoxだけ表示するようにしたい}

<ComponentStory name="ComboBox" />
<ComponentStory name="SingleCombobox" />

## 使用上の注意

Expand Down

0 comments on commit d679427

Please sign in to comment.