Skip to content

Files

Latest commit

author
Jessica Peng
Feb 9, 2022
9085710 · Feb 9, 2022

History

History
18 lines (13 loc) · 724 Bytes

MewSelect.mdx

File metadata and controls

18 lines (13 loc) · 724 Bytes

import { Story, Preview, Props } from '@storybook/addon-docs/blocks'; import MewSelect from '@/components/MewSelect/MewSelect.vue'; import './../GlobalStorybook.scss'

MEW Select

<mew-select />

Overview

MEW select replaces Vuetify's v-select with acceptable MEW theme options. It is used as a way to collect information from a list of options. There are two main styles to this component, one which is the default style and the other one which will show more customized options like adding a filter input or icon. This is enabled by the isCustom prop. This style is mainly used to display tokens on the wallet pages.

Props