Skip to content

Files

Latest commit

 

History

History

reactivo-element

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Pre-requisites

This example rely on features that are not supported in all browsers, specifically, it relies on Web Components APIs. Make sure that your browser supports it.

Build

You must build the entire package as described in the Contributing Guide before attempting to run this example:

git clone git@github.com:salesforce/observable-membrane.git
cd observable-membrane/
yarn
yarn build

Running

Just open the index.html in your browser:

open examples/reactive-element/index.html