0.3.0 • Published 1 year ago

@tadashi/tooltip-webcomponent v0.3.0

Weekly downloads
2
License
MIT
Repository
-
Last release
1 year ago

tooltip-webcomponent

NPM version


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