https://github.com/reggi/web-components
π¦πΈοΈπ¦ Static Web Components Server using Deno and Typescript
https://github.com/reggi/web-components
deno typescript web-components
Last synced: about 1 month ago
JSON representation
π¦πΈοΈπ¦ Static Web Components Server using Deno and Typescript
- Host: GitHub
- URL: https://github.com/reggi/web-components
- Owner: reggi
- Created: 2022-08-04T05:29:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T15:37:23.000Z (almost 3 years ago)
- Last Synced: 2025-09-18T09:02:10.740Z (9 months ago)
- Topics: deno, typescript, web-components
- Language: TypeScript
- Homepage: https://web-components.deno.dev/
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-components
I'm very interested in web components. I love html and the fundamental bare-bones web. I still think there's something missing from being able to simply serve files on a webserver and along with that easily get interactivity. This repo uses deno and typescript to create web-components and spits them out as browser-based js. The first one used to demo this repo is `input-repeat` it allows you to create children within the element and allows a user to add series of these items. Because the element is a web-component it uses plain forms and inputs to do the lifiting and is completly flexable using `data` attributes.