Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siguici/qwix

💡 A frontend library to initialize and use Qwik components instantly from custom HTML elements using directives.
https://github.com/siguici/qwix

custom-element frontend javascript jsx qwik qwik-component qwik-framework qwix tsx typescript typescript-library vitejs

Last synced: about 7 hours ago
JSON representation

💡 A frontend library to initialize and use Qwik components instantly from custom HTML elements using directives.

Awesome Lists containing this project

README

        

# Qwix

A frontend library to initialize and use Qwik components instantly from custom HTML elements using directives.

## Installation

Install qwix in your projects by adding it to your dependencies:

- Using NPM

```shell
npm i -D qwix
```

- Using PNPM

```shell
pnpm i -D qwix
```

- Using Yarn

```shell
yarn add -D qwix
```

- Using Bun

```shell
bun i -D qwix
```