import classNames from "classnames"; import { useState } from "react"; import { FiChevronDown } from "react-icons/fi"; import { STYLES } from "@/utils"; export const Styles = ({ value, onChange, }: { value: string; onChange: (value: string) => void; }) => { const [viewAll, setViewAll] = useState(false); return (
Select a style
setViewAll(!viewAll)}
>
View all