junohm410 / fjord-flea-market

A closed flea market app for FjordBootCamp members to easily buy and sell items within the community, featuring automated buyer selection and Discord notifications.
0 stars 0 forks source link

メニューモーダルを作る #51

Open junohm410 opened 3 weeks ago

junohm410 commented 2 weeks ago

📝使えそうなライブラリ

Stimulus Components / tailwindcss-stimulus-components は、どちらともUIに基づいたStimulusコントローラーを用意してくれるライブラリ。 使いたいコントローラーにあわせてビュー上で要素を用意することで簡単にUIコンポーネントを作ることができる。 基本的に動きの部分を担保してくれるだけなので、スタイルはこちらで自由に当てられるところもメリットの模様。

tailwindcss-stimulus-components にはスライド型のメニューUIもあり、そちらも使えそう。 tailwindcss-stimulus-components/docs/slideover.md at main · excid3/tailwindcss-stimulus-components

本Issueとは異なるが、複数の画像をスライドで見せるカルーセルUIもStimulus Componentsには用意されている。 中で使われているのはSwiperというJSライブラリだが、こちらで何もしなくてもStimulusのコントローラーに乗せてくれるところがよさそう。 Swiperのオプションも使えるみたいなので、画像のカルーセルはこれで良さそう。