0.1.3 • Published 8 months ago

nova-js-ui v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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:

0.1.3

8 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.2

12 months ago

0.0.1

1 year ago