zaydek / heroicons.dev

Web viewer for Heroicons (V2 and V1)

Home Page:https://heroicons.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ›‘οΈ Heroicons

Heroicons is a collection of MIT open source interface icons for web and app development. Icons are free, no attribution required.

πŸ–ΌοΈ Icons by @steveschoger πŸ”—
πŸ–₯️ Website by @username_ZAYDEK πŸ”—
πŸ’™ Share on Twitter πŸ”—

Looking for the official Heroicons website?

Site Features

✨ Dark mode 😎
✨ Flexible search (search camel-case, kebabCase, space case)
✨ View icons from all variants and versions (includes legacy icons)
✨ Preview icon size and stroke width πŸ’ͺ
✨ Copy to the clipboard as code or @heroicons πŸ”— import
✨ Format as JSX, Strict JSX, and TypeScript JSX 🦾
✨ Download icons, filenames and extensions are auto-generated from settings
✨ All state is pesisted via search parameters

Technology Stack

heroicons.dev has been around for a while (the first Heroicons website in existence 🀭) and has evolved. The current technology stack is:

πŸ₯ž Vite πŸ”—
πŸ₯ž TypeScript πŸ”—
πŸ₯ž React πŸ”—
πŸ₯ž UnoCSS πŸ”—
πŸ₯ž Sass πŸ”—

Get Started (Vite)

Start the development server:

npm run dev
# Or npx vite dev

Build the production-ready build:

npm run build
# Or npx tsc && npx vite build

Serve the production-ready build:

npm run preview
# Or npx vite preview

License

Licensed as MIT open source.

About

Web viewer for Heroicons (V2 and V1)

https://heroicons.dev

License:MIT License


Languages

Language:TypeScript 99.5%Language:SCSS 0.4%Language:HTML 0.1%Language:Makefile 0.0%