aframe
Version:
A web framework for building virtual reality experiences.
19 lines (15 loc) • 629 B
Markdown
title: <a-link>
type: primitives
layout: docs
parent_section: primitives
source_code: src/extras/primitives/primitives/a-link.js
The link primitive provides a compact API to define links that resembles
the traditional `<a>` tag.
## Attributes
| Attribute | Component Mapping | Default Value |
|-----------------------|--------------------------------|---------------|
| href | link.href | |
| title | link.title | |
| src | link.src | |