https://github.com/uppercod/webcomponents.dev-started
Created with WebComponents.dev
https://github.com/uppercod/webcomponents.dev-started
Last synced: about 1 year ago
JSON representation
Created with WebComponents.dev
- Host: GitHub
- URL: https://github.com/uppercod/webcomponents.dev-started
- Owner: UpperCod
- Created: 2024-04-11T23:57:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T00:01:35.000Z (about 2 years ago)
- Last Synced: 2025-02-15T18:36:41.142Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://studio.webcomponents.dev/view/2liWk6g2Bdtk9jP3rMBU
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### Starter kit result
```showcase
```
### Links
- [Official website (github.com)](https://github.com/atomicojs/atomico)
- [Docs](https://github.com/atomicojs/atomico#installation)
- [GitHub](https://github.com/atomicojs/atomico)
- [Issues](https://github.com/atomicojs/atomico/issues)
- Author : [UpperCod](https://twitter.com/UpperCod)
## Important aspects
### Tag `host`.
This allows you to control the WC status, if you want to enable shadowDom.
simply declare ``, likewise if you want to listen to a click event on the WC you can use ``.
**All WC created with Atomico, should always return the host tag**