Skip to content

Instantly share code, notes, and snippets.

@quisido
Created July 6, 2020 18:27
Show Gist options
  • Save quisido/aae329d3a5ea5464d19b194cdeb2bbc3 to your computer and use it in GitHub Desktop.
Save quisido/aae329d3a5ea5464d19b194cdeb2bbc3 to your computer and use it in GitHub Desktop.
new Capsule
// Create a capsule by giving it an initial value.
import Capsule from 'react-capsule';
export default new Capsule('my initial value');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment