“Reactjs Heroicons” Kode Jawaban

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

Instal Heroicons saat bereaksi

npm install @heroicons/react
Gentle Gentoo

Jawaban yang mirip dengan “Reactjs Heroicons”

Pertanyaan yang mirip dengan “Reactjs Heroicons”

Lebih banyak jawaban terkait untuk “Reactjs Heroicons” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya