Skip to content

fourkitchens/aframe-simple-link-component

Repository files navigation

aframe-simple-link-component

Version License

A simpler link component that doesn't create portal views.

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/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 aframe-simple-link-component

Then require and use.

require('aframe');
require('aframe-simple-link-component');

Releases

No releases published

Packages

No packages published