Closed27日前にクローズ10React Aria の ListBox と GridList はどう違うのかsimochee27日前に更新https://react-spectrum.adobe.com/react-aria/GridList.html simochee27日前 A grid list displays a list of interactive items, with support for keyboard navigation, single or multiple selection, and row actions. simochee27日前キーボードで移動可能なリストという用途が根底にありつつ、アイテムごとの選択状態だったり行操作の機能が入っている。 ListBox の上位的な機能に見える? 返信を追加simochee27日前https://react-spectrum.adobe.com/react-aria/ListBox.html simochee27日前 A listbox displays a list of options and allows a user to select one or more of them. simochee27日前リストのアイテムに選択状態を持つ場合は ListBox を使うべき、という理解でよさそう。 チェックボックス、ラジオ、セレクトボタン etc simochee27日前ListBox にも並び変え機能はある 返信を追加simochee27日前Anatomy みて分かった ListBox: アイテム内に他のインタラクティブな要素を含まない GridList: アイテム内に他のインタラクティブな要素を含む という意味で ListBox は Select 的な用途と書かれているのか 返信を追加simochee27日前アイテムが選択状態を持たない静的なリストの描画のためにそれぞれを利用するべきか? simochee27日前に更新A. 基本的に GridList を使うべき GridList は <ol> や <ul> 的に使いつつ、キーボード操作などの補助機能が付いてくる リストに類する表示は GridList で実装した方がうまみが多そう 返信を追加このスクラップは27日前にクローズされました
simochee27日前に更新https://react-spectrum.adobe.com/react-aria/GridList.html simochee27日前 A grid list displays a list of interactive items, with support for keyboard navigation, single or multiple selection, and row actions. simochee27日前キーボードで移動可能なリストという用途が根底にありつつ、アイテムごとの選択状態だったり行操作の機能が入っている。 ListBox の上位的な機能に見える? 返信を追加
simochee27日前 A grid list displays a list of interactive items, with support for keyboard navigation, single or multiple selection, and row actions.
simochee27日前https://react-spectrum.adobe.com/react-aria/ListBox.html simochee27日前 A listbox displays a list of options and allows a user to select one or more of them. simochee27日前リストのアイテムに選択状態を持つ場合は ListBox を使うべき、という理解でよさそう。 チェックボックス、ラジオ、セレクトボタン etc simochee27日前ListBox にも並び変え機能はある 返信を追加
simochee27日前Anatomy みて分かった ListBox: アイテム内に他のインタラクティブな要素を含まない GridList: アイテム内に他のインタラクティブな要素を含む という意味で ListBox は Select 的な用途と書かれているのか 返信を追加
simochee27日前アイテムが選択状態を持たない静的なリストの描画のためにそれぞれを利用するべきか? simochee27日前に更新A. 基本的に GridList を使うべき GridList は <ol> や <ul> 的に使いつつ、キーボード操作などの補助機能が付いてくる リストに類する表示は GridList で実装した方がうまみが多そう 返信を追加
simochee27日前に更新A. 基本的に GridList を使うべき GridList は <ol> や <ul> 的に使いつつ、キーボード操作などの補助機能が付いてくる リストに類する表示は GridList で実装した方がうまみが多そう