“Reactjs Heroicons” Respostas de código

Reactjs Heroicons

//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

Instale Heroicons no React

npm install @heroicons/react
Gentle Gentoo

Respostas semelhantes a “Reactjs Heroicons”

Perguntas semelhantes a “Reactjs Heroicons”

Mais respostas relacionadas para “Reactjs Heroicons” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código