discourse/js/float-kit/addon/components/d-button-tooltip.gjs
2025-10-20 14:44:46 +01:00

8 lines
191 B
Text
Vendored

const DButtonTooltip = <template>
<div class="fk-d-button-tooltip" ...attributes>
{{yield to="button"}}
{{yield to="tooltip"}}
</div>
</template>;
export default DButtonTooltip;