Open3
NextJS / NotionAPI でブログを作るメモ

- 個人ブログをNextjsで作り変える
- NotionをCMS代わりに使うようにする
- Vercel社のエンジニアが作っているNotion Blogをforkはじめてみる
- 諸々詰まったところをメモしていく

Icon
- 基本はHero Iconsを使う
- ちょっと特別なアイコンはReact Iconsから探す
- ソーシャル系はsimple icons

Tailwind
- [有料] UIキット
- tailwind UI
- tailwind ui kit
- [無料]UIキット
- たくさんあるのでまとめサイトを参照
- supabase ui
- https://ui.supabase.io/
- Auth, Input, Modalのみなのでアプリケーション系だと使いやすそう
- tailwind elements
- https://tailwind-elements.com/
- html/cssのみ
- MUIライク
- tailwind components
- https://tailwindcomponents.com/
- コミュニティ。デザインの参考に。
- html/cssのみ
- hyperui
- https://www.hyperui.dev/
- html/cssのみ
- Headless UI
- https://headlessui.com/
- デザインはなく機能部分のみのライブラリ
- コンポーネントは少なめ?
- Flowbit
- https://flowbite.com/docs/getting-started/introduction/
- 動的なコンポーネントも一通りカバー
- preline
- https://preline.co/index.html
- 動的なコンポーネントもカバー
- シンプルで使いやすそう