“Użyj ikon w React” Kod odpowiedzi

reaguj ikony

yarn add react-icons
# or
npm install react-icons --save
Hastings Keith

reaguj ikony

npm install react-icons --save
Grieving Gharial

reaguj ikony

yarn add react-icons

npm install react-icons --save
Lucas Juan

reaguj ikony

// ###### Installation ######
   npm install react-icons --save

// ###### Usage ######
import { FaBeer } from 'react-icons/fa';
class Question extends React.Component {
  render() {
    return <h3> Lets go for a <FaBeer />? </h3>
  }
}
Mehedi Islam Ripon

reaguj ikonę

import { IconContext } from "react-icons";

<IconContext.Provider value={{ color: "blue", className: "global-class-name" }}>
  <div>
    <FaFolder />
  </div>
</IconContext.Provider>
Rasel Hossain

Użyj ikon w React

import { FaBeer } from 'react-icons/fa';

class Question extends React.Component {
    render() {
        return <h3> Lets go for a <FaBeer />? </h3>
    }
}
Adorable Armadillo

Odpowiedzi podobne do “Użyj ikon w React”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu