Custom components

We offer a library of pre-built Views components that work great out-of-the-box, but you can also supplement the component library by building your own React custom components.
Custom components are useful when you have specialized components that you want to integrate into your View. Because Views are just built on top of React, you can import any library from the React ecosystem, port over components from your codebase, or even build a new component from scratch.
Below, you'll find references for building custom components: