Socket
Socket
Sign inDemoInstall

aframe-tooltip-component

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aframe-tooltip-component

A Tooltip component for A-Frame.


Version published
Weekly downloads
28
decreased by-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

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

Version License

A Tooltip component for A-Frame.

For A-Frame.

API

PropertyDescriptionDefault 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');

Keywords

FAQs

Package last updated on 22 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc