@tadashi/tooltip-webcomponent
v0.3.0
Published
Svelte component
Downloads
3
Readme
tooltip-webcomponent
Svelte component
Install
$ npm i -S @tadashi/tooltip-webcomponent
Usage
<script
type="module"
src="https://unpkg.com/@tadashi/tooltip-webcomponent@{version}/dist/Tooltip.js"
></script>
<style>
.custom {
--width: 200px;
--fillColor: hsl(0deg 100% 100%);
}
</style>
<tadashi-tooltip right="true" class="custom">Ajuda aqui</tadashi-tooltip>
License
MIT © Thiago Lagden