Clipboard write text button
npm install @w0s/button-clipboard

``HTML
data-text="Text"
>Copy
Text
ā Clipboard write successful!
\* Target element: If the
data-target attribute exists, write the contents of this element to the clipboard. Content is retrieved with Node.textContent, but some elements retrieve attribute values (e.g. , `). See source code for details.\* Feedback element: It will be displayed when writing to the clipboard is done.
type [optional]type="button". According to the description in the HTML specification, The missing value default and invalid value default are the Submit Button state.
data-text [conditionally required]data-target attribute or this attribute is required)data-target [conditionally required]data-text attribute or this attribute is required)data-feedback [optional]console)