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

https://github.com/circuit/vue-components

vue.js components used in vue examples
https://github.com/circuit/vue-components

Last synced: about 2 months ago
JSON representation

vue.js components used in vue examples

Awesome Lists containing this project

README

          

# vue-components

This repo contains vue.js components for Circuit that are used in Circuit SDK examples, specificially in https://stackblitz.com example apps that allow ES6 imports using webpack.

The components circuit-logon.js and conversation-template.js are legacy components. Don't use those.

## Components

### circuit-logon.component.js
Login/logout functionality. Show a header with username and avatar when logged in.

```html

```

### circuit-conversation-list.component.js
Listview of conversations. Raises change event when conversation is selected.

```html

```

## Usage

See https://stackblitz.com/edit/circuitsdk-template