Components

Components are small blocks of code that come together to make a page. They often render HTML using values that are passed in as props, but they don’t have to. For example, a high-order component is a component that returns a new component when a component is passed to it.

Components in the Komodo Website