@component-controls/store

Component controls shared store

Usage no npm install needed!

<script type="module">
  import componentControlsStore from 'https://cdn.skypack.dev/@component-controls/store';
</script>

README

Table of contents

Overview

Utility functions and hooks to abstract loading and using the store. Can also share the store across bundles using localStorage and broadcasting messages.

Store reference documentation

Installation

This package is usually installed as part of the @component-controls package, but you can also install it standalone:

$ npm install @component-controls/store --save-dev