[[oktatas:web:react|< React]] ====== Ikonok ====== * **Szerző:** Sallai András * Copyright (c) 2024, Sallai András * Licenc: [[https://creativecommons.org/licenses/by-sa/4.0/|CC Attribution-Share Alike 4.0 International]] * Web: https://szit.hu ===== Webhely ===== * https://react-icons.github.io/react-icons/ ===== Telepítés ===== npm install react-icons ===== Használat ===== import { FaBiking } from "react-icons/fa"; function App() { return (
); } export default App;