Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/react_querybuilder/examples/bootstrap/index.html

The Query Builder component for React
Latest
File
<!doctype html><html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>React Query Builder Bootstrap Example</title> </head> <body> <div id="root"></div> <script type="module" src="src/index.tsx"></script> </body></html>