/st-muse

st-muse is simple Stencil component that connects into Muse device using muse.js

Primary LanguageTypeScriptMIT LicenseMIT

Built With Stencil

st-muse

st-muse is simple Stencil component that connects into Muse device using muse.js.

Getting Started

To try this component:

git clone https://github.com/gilf/st-muse.git my-app
cd my-app
git remote rm origin

and run:

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 <st-muse> anywhere in your template, JSX, html etc