728x90
1.Heroicons
SVG 형식으로 제공되는 무료 아이콘 세트로 Tailwind Labs에서 제작했으며, 심플하고 현대적인 디자인의 아이콘을 제공해준다.
Heroicons
Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.
heroicons.com
npm install @heroicons/react
import { BeakerIcon } from '@heroicons/react/24/solid';
function Example() {
return <BeakerIcon className="h-6 w-6 text-blue-500" />;
}
2.Headless UI
Tailwind Labs에서 개발한 완전히 스타일이 없는, 접근성이 뛰어난 UI 컴포넌트 모음
Headless UI
Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
headlessui.com
npm install @headlessui/react
728x90
'FrontEnd > React' 카테고리의 다른 글
[React] InfiniteScroll 사용법 (0) | 2025.01.25 |
---|---|
[React] Vite + React + TypeScript 에 Tailwindcss 사용하기 (0) | 2025.01.22 |
[React] Tanstack Query (0) | 2025.01.20 |