0.1.3 • Published 1 year ago
nova-js-ui v0.1.3
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-uiyarn
yarn add nova-js-uinpm
npm install nova-js-uiUsage
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: