並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 130 件 / 130件

新着順 人気順

TailwindCSSの検索結果121 - 130 件 / 130件

  • GitHub - thedevdojo/pines: The Pines UI library

    This is the main repo for the Open Source Pines UI Library. This repo is simple to setup and get running on your local if you wish to submit a fix or make some additions to the library. Download the contents of the GitHub repo and store it in a folder. Make sure you have NodeJS installed along with the http-server package. CD into your folder and run http-serve Visit the localhost URL to see Pines

      GitHub - thedevdojo/pines: The Pines UI library
    • Next.jsにTailwind CSSを導入する

      仕事でNext.jsにCSSフレームワークのTailwindを導入したので、それのやり方をまとめています。 パッケージのインストール まずはTailwind CSSを導入するため、以下3つのパッケージをインストールします。 tailwindcss postcss autoprefixer # npm の場合 $ npm install -D tailwindcss@latest postcss@latest autoprefixer@latest # yarn の場合 $ yarn add -D tailwindcss postcss autoprefixer postcss-nested

        Next.jsにTailwind CSSを導入する
      • Tailwind CSS の Purge でビルドサイズを縮小する

        Tailwind CSS はユーティリティファーストでとても使いやすいのですが、無数のクラスが提供されているので、そのままだとビルドサイズがとても巨大ですよね。 それを解消するために、 Tailwind CSS に標準で搭載されている Purge オプションを使ってビルドサイズの縮小を試してみました。 テスト環境の構築 最初に Tailwind CSS の環境を構築します。 まず npm プロジェクトを作成して、Tailwind CSS を依存に追加します。

          Tailwind CSS の Purge でビルドサイズを縮小する
        • Tailwind CSSでアイコンのアニメーション

          はじめに 先日Tailwind CSSを開発しているAdam WathanさんがTwitterでSVGアイコンのアニメーションに関する以下のようなツイートをしていました。 Tailwind CSSを使って実装する手順が示されているのですが、面白そうだったので自分でもいくつか作成してみました。 作例①:伸縮させてみる 最初に、以下のようなMenu用のSVGアイコンを作成しました。 Tailwind Playでデモを作成しましたので、こちらからコードとプレビューが確認できます。 ボタン部分を作成する まずはじめに、Tailwind CSSのユーティリティクラスを使用してボタンをスタイリングします。 <button type="button" class="rounded-full bg-gray-700 px-4 py-2 font-bold text-white hover:bg-gray-

            Tailwind CSSでアイコンのアニメーション
          • GitHub - poulainv/tottem: Bookmark manager on steroid built with React / NextJs / Apollo Tools / Prisma 2 — styled with TailwindCSS 🌱🎺

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - poulainv/tottem: Bookmark manager on steroid built with React / NextJs / Apollo Tools / Prisma 2 — styled with TailwindCSS 🌱🎺
            • tailwindcss入門編

              ============= この記事は古いため、正常に動作しない可能性があります。 参考程度とさせて頂きます。 ============= tailwindcssの入門編、初級、初心者向けの記事を集めました。 導入、製作ノウハウ、事例等の内容を追加予定です。

                tailwindcss入門編
              • GitHub - heybourn/headwind: An opinionated Tailwind CSS class sorter built for Visual Studio Code

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - heybourn/headwind: An opinionated Tailwind CSS class sorter built for Visual Studio Code
                • Next.js + Tailwind CSS に Storybook を導入する方法 | fwywd(フュード)powered by キカガク

                  # ディレクトリ構成 # Storybook の設定ファイル .storybook ├── main.js └── preview.js # Storybook のデフォルトファイル # baseUrl が src ディレクトリの場合は /stories -> /src/stories /stories ├── Button.stories.tsx ├── Button.tsx ├── Header.stories.tsx ├── Header.tsx ├── Introduction.stories.mdx ├── Page.stories.tsx ├── Page.tsx ├── assets │ ├── code-brackets.svg │ ├── colors.svg │ ├── comments.svg │ ├── direction.svg │ ├── flow.svg │

                    Next.js + Tailwind CSS に Storybook を導入する方法 | fwywd(フュード)powered by キカガク
                  • Why Tailwind CSS

                    swyx Posted on Oct 4, 2020 • Updated on Aug 8, 2021 • Originally published at swyx.io Translations: 中文, Português I'm not a Tailwind shill. I'm a Guo Lai Ren - someone who has changed their mind on it recently and am a happy user despite acknowledged tradeoffs. "Crossover people" can often be more persuasive to skeptics than born-and-bred believers. So I hope to contribute my perspective to the di

                      Why Tailwind CSS
                    • Tailwind CSS のカラーパレットを拡張する方法 | fwywd(フュード)powered by キカガク

                      Tailwind CSS には、デフォルトで濃薄含む様々な色が登録されていますが、実際にはデフォルトに存在しない色を使用したいケースも多々あるはずです。

                        Tailwind CSS のカラーパレットを拡張する方法 | fwywd(フュード)powered by キカガク