# can-stache-element

> Create custom elements with can-stache, can-observable-object, and JavaScript classes

Latest version **1.2.0** (published 2020-06-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-stache-element
pnpm add can-stache-element
yarn add can-stache-element
bun add can-stache-element
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2020-06-24 |
| First published | 2019-07-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 260.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Bitovi |
| Maintainers | bitovi-core-os |
| Keywords | CanJS |

## Links

- npm: https://www.npmjs.com/package/can-stache-element
- Repository: https://github.com/canjs/can-stache-element
- Issues: https://github.com/canjs/can-stache-element/issues
- npm.io page: https://npm.io/package/can-stache-element

## Dependencies (11)

- [can-log](https://npm.io/package/can-log.md) ^1.0.2
- [can-bind](https://npm.io/package/can-bind.md) ^1.5.0
- [can-queues](https://npm.io/package/can-queues.md) ^1.3.0
- [can-stache](https://npm.io/package/can-stache.md) ^5.0.0
- [can-symbol](https://npm.io/package/can-symbol.md) ^1.6.4
- [can-namespace](https://npm.io/package/can-namespace.md) ^1.0.0
- [can-dom-mutate](https://npm.io/package/can-dom-mutate.md) ^2.0.3
- [can-stache-bindings](https://npm.io/package/can-stache-bindings.md) ^5.0.0
- [can-observable-mixin](https://npm.io/package/can-observable-mixin.md) ^1.0.0
- [can-define-lazy-value](https://npm.io/package/can-define-lazy-value.md) ^1.1.0
- [can-simple-observable](https://npm.io/package/can-simple-observable.md) ^2.4.2

## Recent versions

- 1.2.0 (latest) — 2020-06-24
- 1.0.0-pre.17 (pre) — 2019-10-02
- 1.1.2 — 2020-06-12
- 1.0.3 — 2019-11-26
- 1.0.2 — 2019-10-18
- 1.0.1 — 2019-10-08
- 1.0.0 — 2019-10-03
- 1.0.0-pre.16 — 2019-10-01
- 1.0.0-pre.15 — 2019-09-30
- 1.0.0-pre.14 — 2019-09-30
- 1.0.0-pre.13 — 2019-09-23
- 1.0.0-pre.12 — 2019-09-20
- 1.0.0-pre.11 — 2019-09-05
- 1.0.0-pre.10 — 2019-08-26
- 1.0.0-pre.9 — 2019-08-15
- … 11 more at https://npm.io/package/can-stache-element/versions

## README

# can-stache-element

[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-stache-element/blob/master/LICENSE.md)
[![npm version](https://badge.fury.io/js/can-stache-element.svg)](https://www.npmjs.com/package/can-stache-element)
[![Travis build status](https://travis-ci.com/canjs/can-stache-element.svg?branch=master)](https://travis-ci.com/canjs/can-stache-element)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-stache-element.svg)](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)

---
_Source: https://npm.io/package/can-stache-element · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
