Build a format component using Stencil

  • 18 August 2019
  • Tutorial
  • Web Designer
  • JS
  • Stencil
  • Component

Components are the future of web development. Right now, JS frameworks such as React and Vue use a component-based approach to building apps, but that comes with added weight.

In the latest Web Designer, we take a look at Stencil - a component building tool from the makers of Ionic.

Build a format component using Stencil

Web components have been bubbling under the surface for a while now. They allow the benefit of framework-powered application building with the power of native building. The result is a reusable block of code that can be dropped into any other project where needed. It doesn’t matter about what powers that website - it just works.

While they are a great addition to the web, they can be quite difficult to work with from the start. Stencil is a tool that helps to build native web components by navigating us around the tricky parts, but compiles down into a regular web component.

In this tutorial we build a code formatting component using Stencil. It highlights the code like it would show up inside a code editor. It’s the sort of thing you find on other tutorial websites where they provide code snippets. All the developer using it would need to do is supply the code snippet and the language it’s written in.

This is what it looks like. Users can read the code, copy its contents and collapse the box if it’s too big. This is all controlled using attributes passed to it like any other HTML element.

While the tutorial focuses on creating this component, it introduces many different Stencil concepts that are useful across many different components. Learn how to build this component and many more in Web Designer 291, which is out now.