Building a Component

A basic WireBootstrap component is simply a JavaScript function or class that contains a public render method with a specific interface.

Depending on the requirements, component implementations can vary from the most basic Hello World variety to the more advanced supporting data events and datasets.

The pages in this section provide details on how to build components for WireBootstrap. The examples are available in a sub-project inside the WireBootstrap for Gentelella Lite Edition download. Once downloaded, go to the\docs\building-a-component directory to open the project containing the examples in this section.

The examples each create the same component called my-component with different levels of integration and functionality.

Any questions or thoughts on new or existing WireBootstrap components, please email us at info@wirebootstrap.com.

Last updated