Fork me on GitHub

Advanced Implementation of Uranium

Introduction

In the getting started tutorial, we introduced how to implement a basic Uranium interaction: the toggler. We went over the basics — adding attributes to our HTML elements to confer interactivity on them.

The toggler interaction is pretty simple — we only had three elements to add attributes to. The carousel has a few more components, which is why this is a slightly more advanced tutorial. We'll also cover some optional features of carousels, plus introduce the concept of a Uranium ID.