React - Styling

react

Style Component

npm i react-icons
import {FaTimes } from 'react-icons/fa'

FaTimes is the x icon.

<FaTimes style={{color: 'red', cursor: 'pointer'}}/>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License