Add the dependency to your project:
pnpm install https://get.greycat.io/files/sdk/web/7.4/7.4.22-stable.tgzUpdate with the latest version
import { GreyCat } from '@greycat/web';
import '@greycat/web/css/greycat.css';
globalThis.greycat.default = await GreyCat.init();Start the GreyCat demo server:
cd pages
greycat serveStart the Web dev server:
pnpm devOpen your browser at http://localhost:5173/
- Removed
gui-enum-select, replaced withgui-input-enum gui-searchable-selectno longer trigger'gui-searchable-change'events, replaced with the new'gui-change'event