0.2.0 • Published 3 years ago

quasar-app-extension-copyable v0.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

Quasar App Extension Copyable

A Quasar UI extension for a copyable text component

Install

quasar ext add copyable

Quasar CLI will retrieve it from NPM and install the extension.

Uninstall

quasar ext remove copyable

Example

<copyable text="copyable text"/>

example image

API

* denotes changed or new to this version

proptypedefaultfunction
clickToCopy *BooleanfalseRemoves the copy button and enables copying by clicking on the text
colorString'primary'Sets the color of the copy button as well as the highlight and underline of the text
endBooleanfalseAdds a non-breaking space after the text
hideTooltip *BooleanfalseHides the tooltip that appears on hover
iconString'file_copy'Sets the icon of the copy button
middleBooleanfalseAdds a non-breaking space before and after the text
noHighlightBooleanfalseRemoves the highlight behind the copyable text
noUnderlineBooleanfalseRemoves the underline below the copyable text
startBooleanfalseAdds a non-breaking space before the text
textString''The text to make copyable
textClassString''Extra classes to apply to the copyable text

Changelog

0.1.0

New

  • New props:
    • clickToCopy
    • hideTooltip

Added a click to copy tooltip on hover of the component.

Fixes

  • Formatting.
0.2.0

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago