https://github.com/gilf/st-muse
st-muse is simple Stencil component that connects into Muse device using muse.js
https://github.com/gilf/st-muse
muse stenciljs webcomponents
Last synced: 6 months ago
JSON representation
st-muse is simple Stencil component that connects into Muse device using muse.js
- Host: GitHub
- URL: https://github.com/gilf/st-muse
- Owner: gilf
- License: mit
- Created: 2017-09-26T06:32:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T18:08:32.000Z (about 8 years ago)
- Last Synced: 2024-11-04T10:44:09.542Z (12 months ago)
- Topics: muse, stenciljs, webcomponents
- Language: TypeScript
- Homepage:
- Size: 119 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stenciljs - ST Muse - js). (List of Awesome Components Made using StencilJS / Individual Components)
README

# st-muse
st-muse is simple [Stencil](https://stenciljs.com/) component that connects into [Muse](http://www.choosemuse.com/) device using [muse.js](https://github.com/urish/muse-js).
## Getting Started
To try this component:
```bash
git clone https://github.com/gilf/st-muse.git my-app
cd my-app
git remote rm origin
```and run:
```bash
npm install
npm start
```## Using this component
### Script tag
- Put the component script tag in the head of your index.html
- Then you can use the element `` anywhere in your template, JSX, html etc