0.1.3 • Published 9 months ago

nova-js-ui v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago