“reactjs HOROICONS” Réponses codées

reactjs HOROICONS

//Code from heroicons GitHub - https://github.com/tailwindlabs/heroicons

//Terminal - Install heroicons
npm install @heroicons/react

//Start using heroicons!
import { BeakerIcon } from '@heroicons/react/solid'

function MyComponent() {
  return (
    <div>
      <BeakerIcon className="h-5 w-5 text-blue-500"/>
      <p>Hello from heroicons!</p>
    </div>
  )
}
S3NS4

Installez les héroïcons sur React

npm install @heroicons/react
Gentle Gentoo

Réponses similaires à “reactjs HOROICONS”

Questions similaires à “reactjs HOROICONS”

Plus de réponses similaires à “reactjs HOROICONS” dans JavaScript

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code