= Novus Widget: Getting Started
Novus Examples <docs@example.com>
:toc:
:icons: font

A sample AsciiDoc document for testing renderers and editors.

== Installation

[source,bash]
----
npm install novus-widget
----

== Usage

Import the widget and mount it:

[source,js]
----
import { Widget } from "novus-widget";
new Widget("#app").render();
----

TIP: Call `render()` after the DOM is ready.

== Options

[cols="1,1,3", options="header"]
|===
| Option | Default | Description
| theme  | light   | Colour theme (light or dark)
| size   | md      | One of sm, md, lg
| locale | en      | BCP-47 language tag
|===

== License

Free for any use. This text is synthetic sample content.
