Activity
Billing
Setup
Form
UI
Chart
<VxSelect
label={{ class: "example-class", text: "Select an option" }}
option={[
{ text: "Choose countries" },
{ text: "Japan" },
{ text: "Germany" },
]}
id="example"
className="mi-class"
name="select-example"
/>
<VxSelect
label={{ class: "example-class", text: "Select an option" }}
option={[
{ text: "Choose countries" },
{ text: "BTC", icon: <FaBtc /> },
{ text: "ETH", icon: <svg stroke="currentColor" fill="currentColor" strokeWidth="0" viewBox="0 0 320 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z"></path></svg> },
]}
id="example"
className="mi-class"
name="select-example"
type="underline"
/>