@editvr/aframe-simple-link-component

1.4.0 • Public • Published

aframe-simple-link-component

Version CircleCI License

Provides a component that makes an entity into a clickable link hotspot. Simple alternative to using <a-link>.

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.8.2/aframe.min.js"></script>
  <script src="https://unpkg.com/@editvr/aframe-simple-link-component/dist/aframe-simple-link-component.min.js"></script>
</head>

<body>
  <a-scene>
    <a-entity simple-link="foo: bar"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install @editvr/aframe-simple-link-component

Then require and use.

require('aframe');
require('@editvr/aframe-simple-link-component');

/@editvr/aframe-simple-link-component/

    Package Sidebar

    Install

    npm i @editvr/aframe-simple-link-component

    Weekly Downloads

    10

    Version

    1.4.0

    License

    GPL-3.0

    Unpacked Size

    412 kB

    Total Files

    24

    Last publish

    Collaborators

    • editvr-bender
    • mirzu
    • patrickocoffeyo
    • techninja