# can-element

[![Join the chat at https://gitter.im/canjs/canjs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/canjs/canjs?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-element/blob/master/LICENSE.md)
[![npm version](https://badge.fury.io/js/can-element.svg)](https://www.npmjs.com/package/can-element)
[![Travis build status](https://travis-ci.org/canjs/can-element.svg?branch=master)](https://travis-ci.org/canjs/can-element)

Import/require **can-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-element API docs on CanJS.com](https://canjs.com/doc/can-element.html).

## Changelog

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

## Contributing

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

## License

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

