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
- Host: GitHub
- URL: https://github.com/circuit/vue-components
- Owner: circuit
- Created: 2018-01-24T03:12:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T11:47:37.000Z (about 7 years ago)
- Last Synced: 2025-09-20T10:29:04.547Z (9 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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