An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# can-devtools-components

[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-devtools-components.svg)](https://greenkeeper.io/)

[![Build Status](https://travis-ci.org/canjs/can-devtools-components.svg?branch=master)](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

```