Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlarky/solid-wc
Write your web components in Solid
https://github.com/jlarky/solid-wc
Last synced: about 1 month ago
JSON representation
Write your web components in Solid
- Host: GitHub
- URL: https://github.com/jlarky/solid-wc
- Owner: JLarky
- License: mit
- Created: 2024-09-01T06:33:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T04:38:40.000Z (4 months ago)
- Last Synced: 2024-11-05T11:58:08.995Z (about 2 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solid WC
[![NPM Version](https://img.shields.io/npm/v/solid-wc)](https://www.npmjs.com/package/solid-wc)
[![JSR](https://jsr.io/badges/@jlarky/solid-wc)](https://jsr.io/@jlarky/solid-wc)[![minzip size](https://deno.bundlejs.com/?q=solid-wc&badge=)](https://bundlejs.com/?q=solid-wc)
[![publish size](https://badgen.deno.dev/packagephobia/publish/solid-wc)](https://packagephobia.com/result?p=solid-wc)
[![dependency count](https://badgen.deno.dev/bundlephobia/dependency-count/solid-wc)](https://bundlephobia.com/result?p=solid-wc)WIP, use [solid-element](https://www.npmjs.com/package/solid-element) or [@lume/element](https://github.com/lume/element?tab=readme-ov-file#resources) instead.
## Development
Bump the version in `deno.jsonc` and push to automatically publish to jsr.io. To publish to npm:
```bash
./_build_npm.ts
(cd npm && npm publish)
```## Support
Give me a star, check my other [npm](https://www.npmjs.com/~jlarky) and [jsr](https://jsr.io/@jlarky) packages, check my other GitHub projects, and follow me on Twitter https://twitter.com/JLarky :)