# can-component

> Custom elements for CanJS

Latest version **5.0.1** (published 2021-12-09) · 0 weekly downloads

## Install

```sh
npm install can-component
pnpm add can-component
yarn add can-component
bun add can-component
```

## 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 | 5.0.1 |
| Published | 2021-12-09 |
| First published | 2016-04-26 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 27 |
| Unpacked size | 233.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Bitovi |
| Maintainers | phillipskevin, justinbmeyer, matthewp, m-mujica, blackmarket, chasen, bmomberger-bitovi, sinjhin, cherif_b, christopherjbaker, edward.p |
| Keywords | canjs, canjs-plugin, donejs |

## Links

- npm: https://www.npmjs.com/package/can-component
- Repository: https://github.com/canjs/can-component
- Homepage: https://canjs.com/doc/can-component.html
- Issues: https://github.com/canjs/can-component/issues
- npm.io page: https://npm.io/package/can-component

## Dependencies (27)

- [can-log](https://npm.io/package/can-log.md) ^1.0.0
- [can-bind](https://npm.io/package/can-bind.md) ^1.5.0
- [can-assign](https://npm.io/package/can-assign.md) ^1.1.1
- [can-define](https://npm.io/package/can-define.md) ^2.0.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-string](https://npm.io/package/can-string.md) <2.0.0
- [can-symbol](https://npm.io/package/can-symbol.md) ^1.7.0
- [can-control](https://npm.io/package/can-control.md) ^5.0.0
- [can-globals](https://npm.io/package/can-globals.md) ^1.0.0
- [can-reflect](https://npm.io/package/can-reflect.md) ^1.19.0
- [can-dom-data](https://npm.io/package/can-dom-data.md) ^1.0.1
- [can-fragment](https://npm.io/package/can-fragment.md) ^1.0.0
- [can-construct](https://npm.io/package/can-construct.md) ^3.2.0
- [can-namespace](https://npm.io/package/can-namespace.md) 1.0.0
- [can-dom-events](https://npm.io/package/can-dom-events.md) ^1.1.0
- [can-dom-mutate](https://npm.io/package/can-dom-mutate.md) ^2.0.0
- [can-simple-map](https://npm.io/package/can-simple-map.md) ^4.1.0
- [can-stache-key](https://npm.io/package/can-stache-key.md) ^1.0.0
- [can-view-model](https://npm.io/package/can-view-model.md) ^4.0.0
- [can-view-scope](https://npm.io/package/can-view-scope.md) ^4.7.0
- [can-child-nodes](https://npm.io/package/can-child-nodes.md) ^1.0.0
- [can-observation](https://npm.io/package/can-observation.md) ^4.0.0
- [can-view-callbacks](https://npm.io/package/can-view-callbacks.md) ^5.0.0
- [can-stache-bindings](https://npm.io/package/can-stache-bindings.md) ^5.0.0
- [can-simple-observable](https://npm.io/package/can-simple-observable.md) ^2.0.0
- [can-observation-recorder](https://npm.io/package/can-observation-recorder.md) ^1.2.0

## Recent versions

- 5.0.1 (latest) — 2021-12-09
- 5.0.0-pre.5 (pre) — 2019-08-07
- 3.3.11 (3.x-legacy) — 2019-03-29
- 5.0.0 — 2019-10-03
- 4.6.3 — 2019-09-17
- 5.0.0-pre.4 — 2019-08-06
- 5.0.0-pre.3 — 2019-08-05
- 5.0.0-pre.2 — 2019-08-02
- 5.0.0-pre.1 — 2019-07-23
- 4.6.2 — 2019-05-24
- 4.6.1 — 2019-05-07
- 4.6.0 — 2019-05-07
- 4.5.4 — 2019-05-06
- 4.5.3 — 2019-05-06
- 4.5.2 — 2019-04-08
- … 115 more at https://npm.io/package/can-component/versions

## README

# can-component

[![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-component/blob/master/LICENSE.md)
[![npm version](https://badge.fury.io/js/can-component.svg)](https://www.npmjs.com/package/can-component)
[![Travis build status](https://travis-ci.org/canjs/can-component.svg?branch=master)](https://travis-ci.org/canjs/can-component)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-component.svg)](https://greenkeeper.io/)

Create widgets that use a view, a view-model, and custom tags.

## Documentation

Read the [can-component API docs on CanJS.com](https://canjs.com/doc/can-component.html).

## Changelog

See the [latest releases on GitHub](https://github.com/canjs/can-component/releases).

## Contributing

The [contribution guide](https://github.com/canjs/can-component/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.

## License

[MIT](https://github.com/canjs/can-component/blob/master/LICENSE.md)

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