gooui
v0.0.0
Published
A set of UI components made of Jelly. Built using [TypeGPU](https://typegpu.com).
Downloads
5
Readme
gooui
A set of UI components made of Jelly. Built using TypeGPU.
import tgpu from 'typegpu';
import { CanvasJellySlider } from 'gooui';
const root = await tgpu.init();
const slider = new CanvasJellySlider({ root });
// Adding the slider to the DOM
const appElement = document.querySelector("#app") as HTMLDivElement;
appElement.appendChild(slider.canvas);gooui is created by Software Mansion
Since 2012 Software Mansion is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – Hire us.
