tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

Added instructions for installing Heroicons with yarn in React and Vue projects #1097

Closed Darkace01 closed 7 months ago

Darkace01 commented 7 months ago

Updated the README.md with detailed instructions on how to install and use Heroicons in React and Vue projects using both npm and yarn. This update provides clear guidance for developers who prefer using yarn as their package manager. The changes include the addition of yarn installation commands.

adamwathan commented 7 months ago

Hey! Going to stick to just npm, anyone intentionally using a different package manager like yarn, pnpm, bun, etc. will already know how to install dependencies with their preferred tool. Thanks!