This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { useState } from "react"; | |
import { FaList, FaChevronDown } from "react-icons/fa"; | |
import CashIcon from "../../images/CashIcon.png"; | |
import StripeIcon from "../../images/StripeIcon.png"; | |
import CreditCardIcon from "../../images/CreditCardIcon.png"; | |
import BankTransferIcon from "../../images/BankTransferIcon.png"; | |
import Select, { components } from "react-select"; | |
const DropDownWithSvg = ({ options }) => { | |