Dropdown Chevron
Used in dropdowns to open options list.
1
2
3
4
import React from "react"
import { DropdownChevron } from "@creation-ui/react"
export const Example = () => <DropdownChevron size={"md"} />
Component API
Prop | Default | Description |
open | false | boolean State of the dropdown |
onClick | — | () => void Callback when the dropdown is clicked |