Skip to content

React Library ​

Moved

@webgui/react has been replaced by @webgui/client, one package covering plain JS, React, Vue and Svelte.

bash
npm install @webgui/client
diff
- import { ... } from '@webgui/react'
+ import { ... } from '@webgui/client/react'

The names are unchanged. @webgui/react still installs and still works — it now re-exports @webgui/client/react — but new events and hooks land in @webgui/client only.

→ Client Library