Building a Component
Last updated
Was this helpful?
Last updated
Was this helpful?
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 variety to the more advanced supporting and .
The pages in this section provide details on how to build components for WireBootstrap. The examples are available in a sub-project inside the 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 .