Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/building-a-360-image-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Now we have a textured plane that plays a click sound when clicked.

## Using Community Components

[npm]: https://www.npmjs.com/search?q=aframe-component&page=1&ranking=optimal
[npm]: https://www.npmjs.com/search?q=keywords:aframe-component

A-Frame comes with a small core of standard components, but lot of magic comes
from the large number of open source community components in the A-Frame
Expand Down
12 changes: 8 additions & 4 deletions docs/introduction/entity-component-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,16 @@ channels to share!

#### npm

[search]: https://www.npmjs.com/search?q=aframe-component
[search]: https://www.npmjs.com/search?q=keywords:aframe-component
[directory]: https://aframe.wiki/en/#!pages/component-directory.md

Most A-Frame components are published on npm as well as GitHub. We can use
[npm's search to search for `aframe-components`][search]. npm lets us sort by
quality, popularity, and maintenance. This is a great place to look for a more
complete list of components.
[npm's search to search for packages tagged with `aframe-component`][search].
This is a great place to look for a more complete list of components.

For a list of components with the A-Frame version that the component
was last tested with, check out the community-maintained [Component Directory][directory]
on the [A-Frame Wiki](#a-frame-wiki).

#### GitHub Projects

Expand Down