Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Design Systems and Web Components

Adam Onishi
September 30, 2016

Design Systems and Web Components

Join me for a whirlwind introduction to Web Components. I'll talk about what they're like to work with now and how soon you might be able to expect to use them. I'll also take a look at how we're possibly going to use Web Components in the future with Origami, the components system at the Financial Times.

Adam Onishi

September 30, 2016
Tweet

More Decks by Adam Onishi

Other Decks in Technology

Transcript

  1. A design system is a living, funded product with a

    roadmap & backlog, serving an ecosystem. Nathan Curtis https://twitter.com/nathanacurtis/status/656829204235972608
  2. <div class="o-gallery" o-gallery> <ul class="o-gallery__content"> <li class="o-gallery__slide"> <figure class="o-gallery__figure"> <img

    src="#" alt="text" class="o-gallery__image"> <figcaption class="o-gallery__caption"> This is an image caption </figcaption> </figure> </li> </ul> </div>
  3. If only there was a spec or suite of specs

    that handled distribution of HTML… Alice Bartlett Origami Lead Developer
  4. <li class="o-gallery__slide"> <figure class="o-gallery__figure"> <img src="#" alt="text" class="o-gallery__image"> <figcaption class="o-gallery__caption">

    This is an image caption </figcaption> </figure> </li> <li class="o-gallery__slide"> <figure class="o-gallery__figure"> <img src="#" alt="text" class="o-gallery__image"> <figcaption class="o-gallery__caption"> This is an image caption </figcaption> </figure> </li> <li class="o-gallery__slide"> <figure class="o-gallery__figure"> <img src="#" alt="text" class="o-gallery__image"> <figcaption class="o-gallery__caption"> This is an image caption </figcaption> </figure>