0.36.0 • Published 4 years ago

@minna-ui/tooltip v0.36.0

Weekly downloads
80
License
Apache-2.0
Repository
github
Last release
4 years ago

NPM version Licence

@minna-ui/tooltip

A plugin to add tooltips as a Svelte action.


NOTE: This package is unfinished.


TODO: Write note about @minna-ui/css interplay/dependency.

TODO: Example image.

TODO: Add link to demo and documentation page.

Usage

  1. Install the package:

    yarn add @minna-ui/tooltip
  2. Add to your Svelte component:

    MySvelteComponent.svelte:

    <div use:tooltip="Example tooltip message">My example</div>
    
    <div use:tooltip="Example tooltip message" class="tooltip-right">
      My right example
    </div>
    
    <script>
      import tooltip from '@minna-ui/tooltip';
    
      export default {
        actions: {
          tooltip,
        },
      };
    </script>
    
    <style>
      @import '@minna-ui/tooltip';
    </style>

Licence

@minna-ui/tooltip is part of Minna UI, an Apache-2.0 licensed open source project. See LICENCE.


© 2019 We Are Genki

0.36.1-next.57

4 years ago

0.36.0

4 years ago

0.35.2-next.58

4 years ago

0.35.2-next.35

4 years ago

0.35.2-next.26

4 years ago

0.35.2-next.30

4 years ago

0.36.0-next.24

4 years ago

0.35.0

4 years ago

0.34.1

5 years ago

0.34.0

5 years ago

0.33.1

5 years ago

0.33.0

5 years ago

0.32.0

5 years ago

0.31.3

5 years ago

0.31.0

5 years ago

0.30.0

5 years ago

0.29.0

5 years ago

0.28.0

5 years ago

0.27.0

5 years ago

0.26.0

5 years ago

0.25.0

5 years ago

0.24.0

5 years ago

0.23.0

5 years ago

0.22.2

5 years ago

0.22.1

5 years ago

0.22.1-beta.2

5 years ago

0.22.1-beta.1

5 years ago

0.22.1-beta.0

5 years ago

0.22.0-beta.0

5 years ago

0.22.0-next.23

5 years ago

0.22.0-next.20

5 years ago

0.22.0-next.12

5 years ago

0.22.0-next.332

5 years ago

0.22.0-next.331

5 years ago

0.22.0-next.325

5 years ago