```sh npm install --save @use-gpu/react ```
npm install @use-gpu/react``sh`
npm install --save @use-gpu/react
`sh`
yarn add @use-gpu/react
Docs: https://usegpu.live/docs/reference-components-@use-gpu-react
(Live → React) - container: string | HTMLElement - Containing element (or CSS selector) to render into.children
- : React.ReactNode - React children to render
`tsx
import { HTML } from '@use-gpu/react';
// In Live component:
{children}
`
(React → Live)