https://github.com/canjs/can-stache-element
Create custom elements with can-stache and can-define-class
https://github.com/canjs/can-stache-element
Last synced: about 1 year ago
JSON representation
Create custom elements with can-stache and can-define-class
- Host: GitHub
- URL: https://github.com/canjs/can-stache-element
- Owner: canjs
- License: mit
- Created: 2019-05-08T22:23:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T19:23:26.000Z (over 3 years ago)
- Last Synced: 2025-04-14T07:18:04.622Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://canjs.com/doc/can-stache-element.html
- Size: 230 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# can-stache-element
[](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://github.com/canjs/can-stache-element/blob/master/LICENSE.md)
[](https://www.npmjs.com/package/can-stache-element)
[](https://travis-ci.com/canjs/can-stache-element)
[](https://greenkeeper.io/)
Import/require **can-stache-element** and use the Element to derive your own classes. Calling `customElements.define` will register your element with the window's registry of custom elements.
## Documentation
Read the [can-stache-element API docs on CanJS.com](https://canjs.com/doc/can-stache-element.html).
## Changelog
See the [latest releases on GitHub](https://github.com/canjs/can-stache-element/releases).
## Contributing
The [contribution guide](https://github.com/canjs/can-stache-element/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.
## License
[MIT](https://github.com/canjs/can-stache-element/blob/master/LICENSE.md)