“Ubah Ikon Bereaksi Warna” Kode Jawaban

cara mengubah warna ikon bereaksi

// Like this
<FaFacebookF color="white" fontSize="1.5em" />
  
Shamimzz

Ubah Ikon Bereaksi Warna

// Use IconContext as mentioned in the Docs.
// https://github.com/react-icons/react-icons#configuration
function BlueLargeIcon() {
  return (
    <IconContext.Provider
      value={{ color: 'blue', size: '50px' }}
    >
      <div>
        <FaBeer />
      </div>
    </IconContext.Provider>
  );
}
Doge Amazedo

Jawaban yang mirip dengan “Ubah Ikon Bereaksi Warna”

Pertanyaan yang mirip dengan “Ubah Ikon Bereaksi Warna”

Lebih banyak jawaban terkait untuk “Ubah Ikon Bereaksi Warna” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya