https://github.com/canjs/can-devtools-components
Components for CanJS Devtools
https://github.com/canjs/can-devtools-components
Last synced: about 1 year ago
JSON representation
Components for CanJS Devtools
- Host: GitHub
- URL: https://github.com/canjs/can-devtools-components
- Owner: canjs
- License: mit
- Created: 2018-04-17T13:18:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T01:55:53.000Z (about 6 years ago)
- Last Synced: 2025-04-15T19:46:03.319Z (about 1 year ago)
- Language: JavaScript
- Size: 19.3 MB
- Stars: 3
- Watchers: 13
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# can-devtools-components
[](https://greenkeeper.io/)
[](https://travis-ci.org/canjs/can-devtools-components)
Components for CanJS Devtools
## Usage
### ES6 use
With StealJS, you can import this module directly in a template that is autorendered:
```js
import plugin from 'can-devtools-components';
```
### CommonJS use
Use `require` to load `can-devtools-components` and everything else
needed to create a template that uses `can-devtools-components`:
```js
var plugin = require("can-devtools-components");
```
### Standalone use
Load the `global` version of the plugin:
```html
```