0.21.0 • Published 6 years ago

@minna-ui/tooltip-action v0.21.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 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

6 years ago

0.22.0-next.298

6 years ago

0.22.0-next.288

6 years ago

0.22.0-next.274

6 years ago

0.22.0-next.266

6 years ago

0.22.0-next.265

6 years ago

0.22.0-next.262

6 years ago

0.22.0-next.260

6 years ago

0.22.0-next.235

6 years ago

0.22.0-next.228

6 years ago

0.22.0-next.193

6 years ago

0.22.0-next.190

6 years ago

0.22.0-next.77

6 years ago

0.21.0

6 years ago

0.20.0

6 years ago

0.19.0

6 years ago

0.18.0

7 years ago

0.17.0

7 years ago

0.16.0

7 years ago

0.15.0

7 years ago

0.13.0

7 years ago

0.12.0

7 years ago

0.11.0

7 years ago

0.10.0

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.0.0

7 years ago