# @sonnetjs/dom

Latest version **0.0.7** (published 2024-12-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @sonnetjs/dom
pnpm add @sonnetjs/dom
yarn add @sonnetjs/dom
bun add @sonnetjs/dom
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.7 |
| Published | 2024-12-08 |
| First published | 2024-04-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | htmujahid |
| Maintainers | htmujahid |
| Keywords | sonnetjs, sonnet, web-components, components, web, frontend |

## Links

- npm: https://www.npmjs.com/package/@sonnetjs/dom
- Repository: https://github.com/sonnetjs/sonnet-dom
- Homepage: https://github.com/sonnetjs/sonnet-dom/tree/main/packages/sonnet-dom#readme
- Issues: https://github.com/sonnetjs/sonnet-dom/issues
- npm.io page: https://npm.io/package/@sonnetjs/dom

## Dependencies (1)

- [@sonnetjs/shared](https://npm.io/package/@sonnetjs/shared.md) 0.0.4

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.0.7 (latest) — 2024-12-08
- 0.0.6 — 2024-10-16
- 0.0.5 — 2024-10-15
- 0.0.4 — 2024-05-16
- 0.0.3 — 2024-05-06
- 0.0.2 — 2024-04-28
- 0.0.1 — 2024-04-20

## README

# SonnetJS DOM

A frontend framework for building modern web applications. SonnetJS is a collection of packages and tools that help you build web applications with ease.

## Usage

1. Run the following command to create a new SonnetJS project.

```bash
npx create-sonnet-app@latest
```

2. Change directory to the newly created project.

```bash
cd [my-sonnet-app]
```

3. Install the dependencies

```bash
npm i
```

4. Start the development server

```bash
npm run dev
```

## Apps and Packages

- `@sonnet/dom`: A library to enhance dom support inside sonnet.
- `@sonnet/html`: A library to enhance html dom support inside sonnet.
- `@sonnet/svg`: A library to enhance svg support inside sonnet.
- `@sonnet/mathml`: A library to enhance mathml support inside sonnet.

## NPM

SonnetJS is available on NPM. You can install the core package by running:

```bash
npm i @sonnetjs/html
```

## NPM Links


[https://npmjs.com/package/@sonnetjs/dom](https://npmjs.com/package/@sonnetjs/dom)

[https://npmjs.com/package/@sonnetjs/html](https://npmjs.com/package/@sonnetjs/html)

[https://npmjs.com/package/@sonnetjs/svg](https://npmjs.com/package/@sonnetjs/svg)

[https://npmjs.com/package/@sonnetjs/mathml](https://npmjs.com/package/@sonnetjs/mathml)

---
_Source: https://npm.io/package/@sonnetjs/dom · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
