aframe-tooltip-component

0.1.2 • Public • Published

aframe-tooltip-component - WIP Please do not use it yet!

Version License

A Tooltip component for A-Frame.

For A-Frame.

API

Property Description Default Value

Installation

Browser

Install and use by directly including the browser files:

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script> 
  <script src="https://unpkg.com/aframe-tooltip-component/dist/aframe-tooltip-component.min.js"></script> 
</head>
 
<body>
  <a-scene>
    <a-entity tooltip="foo: bar"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install aframe-tooltip-component

Then require and use.

require('aframe');
require('aframe-tooltip-component');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    44
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    44
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i aframe-tooltip-component

Weekly Downloads

44

Version

0.1.2

License

MIT

Last publish

Collaborators

  • fernandojsg