Skip to content

Files

Latest commit

7f5505e · Jan 28, 2022

History

History
14 lines (10 loc) · 520 Bytes

MewCopy.mdx

File metadata and controls

14 lines (10 loc) · 520 Bytes

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

MEW Copy

<mew-copy />

Overview

The mew-copy component provides a way for users to copy specific values to their clipboard. You can control the icon color by passing a class to the className prop. Must pass the value you would like to copy to the copyValue prop.