nova-js-ui
v0.1.3
Published
## Getting Started
Downloads
24
Maintainers
Readme
Nova UI
Getting Started
Instalation
In your terminal execute the following command depending on what package manager you are using:
pnpm
pnpm install nova-js-ui
yarn
yarn add nova-js-ui
npm
npm install nova-js-ui
Usage
Svelte-kit
In your top +layout.svelte route
<NovaUIProvider>
<slot />
</NovaUIProvider>
Astro
Set Astro svelte adapter on your proyect
On your top Layout Astro Component
<NovaUIProvider>
<slot/>
</NovaUIProvider>
Documentation
You can check the documentation here: