Yahoo India Web Search

Search results

  1. Aug 16, 2021 · Maintainers has released an update recently and it's messing up the imports used in previous version. I wish they could make the release a bit more easier to adapt on consumer side.

  2. Sep 28, 2022 · I'm had the same issues, using version 2.0.16 and have updated my import to the recommended @heroicons/react/24/outline but alas.

  3. Oct 12, 2021 · I'm using heroicons in my Next.js project and since it currently doesn't support dynamic imports (by passing icon name to component) I created my own component. // HeroIcon.tsx import * as SolidIcons

  4. Aug 29, 2022 · Looks like heroicons 1.0.6 is outdated. Had to get version 2.0.* by calling. npm install @heroicons/vue@latest ...

  5. Dec 21, 2023 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand

  6. Aug 23, 2022 · Now available on Stack Overflow for Teams! AI features where you work: search, IDE, and chat. Learn more Explore Teams

  7. Jun 2, 2022 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question.Provide details and share your research!

  8. Nov 14, 2021 · 1. I'm using @heroicons/react: ^1.0.5 and I'm trying to style the icons by applying another color. I'm using tailwindcss to manage my CSS. When I declare the following component inside a button tag. I get the following result on my browser (Chrome 95) The exact same code works when I access the app on my phone with Chrome 95 (the pencil icon is ...

  9. Nov 7, 2023 · You can do something like this (note that it's only the solid icons but can easily be extended). Using ComponentProps to just expose all props already on the Heroicons,

  10. Oct 20, 2022 · I'm working in a component library that has a custom Dialog component, which uses the Dialogfrom @headlessui/react.