0.21.0 • Published 5 years ago

@minna-ui/tooltip-action v0.21.0

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

NPM version Licence

@minna-ui/tooltip-action

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-action
  2. Add to your Svelte component:

    MySvelteComponent.html:

    <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-action';
    
      export default {
        actions: {
          tooltip,
        },
      };
    </script>
    
    <style>
      @import '@minna-ui/tooltip-action';
    </style>

Licence

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


© 2019 We Are Genki

0.22.0-next.307

5 years ago

0.22.0-next.298

5 years ago

0.22.0-next.288

5 years ago

0.22.0-next.274

5 years ago

0.22.0-next.266

5 years ago

0.22.0-next.265

5 years ago

0.22.0-next.262

5 years ago

0.22.0-next.260

5 years ago

0.22.0-next.235

5 years ago

0.22.0-next.228

5 years ago

0.22.0-next.193

5 years ago

0.22.0-next.190

5 years ago

0.22.0-next.77

5 years ago

0.21.0

5 years ago

0.20.0

5 years ago

0.19.0

5 years ago

0.18.0

5 years ago

0.17.0

5 years ago

0.16.0

6 years ago

0.15.0

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.0.0

6 years ago