4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

UIライブラリとCSSフレームワークの違い

Posted at

結論

UIライブラリは主にコンポーネントを提供し、CSSフレームワークは主にスタイルやレイアウトを提供する。

UIライブラリとは

目的

完全なUIコンポーネントやUIウィジェットを提供するための一連のJSCSS

内容

  • ドロップダウン、モーダル、スライダーなどのコンポーネント
  • 高度なウィジェット(カレンダー、カラーピッカーなど)

※コンポーネントはUIを構成する基本的な部品であり、それ自身は情報や機能を持たない。一方、ウィジェットはUIを構成するツールのようなものであり、それ自身が特定の情報や機能を持つ。

  • Material-UI (React)
  • Chakra UI (React)

CSSフレームワークとは

目的

スタイルや定義を提供するための一連のCSSクラススタイル定義

内容

  • グリッドシステム
  • ボタンなどの基本的なUIコンポーネントのスタイル
  • ユーティリティクラス(margin、padding調整用のクラス)

  • Bootstrap
  • Tailwind CSS
4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?