Web Frameworks

Any WireBootstrap component can be used natively inside any of the modern web frameworks through integrations developed for each framework. Click on a framework below to go to the WireBootstrap integration documentation for the framework.

In the example below, the component myComponent is rendered in plain JavaScript as well as four web frameworks.

<div id="component1"></div>
<script>
    new myComponent().render("#component1", {});
</script>

Last updated