Notification badge in React js ?
first we have use the react-icons BsFillBellFill
then we have use the badge from the react-bootstrap
checkout the import statement and how to use them
import { Badge } from 'react-bootstrap'
import { BsFillBellFill } from 'react-icons/bs'
<BsFillB...
hashcodehub.hashnode.dev1 min read