GigglesProvider
API reference for GigglesProvider
Root provider for giggles applications. Wrap your app in this to enable focus, input, and theming. By default it sizes the root container to fill the full terminal dimensions and updates automatically on resize. Set fullScreen={false} to opt out and let Ink determine the container size.
import { render } from 'ink';
import { GigglesProvider } from 'giggles';
render(
<GigglesProvider>
<App />
</GigglesProvider>
);Prop
Type