Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/react_querybuilder/examples/chakra/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 Chakra UI Example</title> </head> <body> <div id="root"></div> <script type="module" src="src/index.tsx"></script> </body></html>