Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
💡 A frontend library to initialize and use Qwik components instantly from custom HTML elements using directives.
- Host: GitHub
- URL: https://github.com/siguici/qwix
- Owner: siguici
- Created: 2023-06-09T23:19:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-09T00:13:06.000Z (6 months ago)
- Last Synced: 2024-10-02T04:41:20.705Z (4 months ago)
- Topics: custom-element, frontend, javascript, jsx, qwik, qwik-component, qwik-framework, qwix, tsx, typescript, typescript-library, vitejs
- Language: TypeScript
- Homepage: https://npmjs.com/package/qwix
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```