@vi.son/components

Styled react component library for vi.son — mixing senses

Usage no npm install needed!

<script type="module">
  import viSonComponents from 'https://cdn.skypack.dev/@vi.son/components';
</script>

README

vi.son — mixing-senses

React Component Library

Component library using React to build artworks for exhibition.mixing-senses.art.

1. Getting started

  1. Install @vi.son/components
  2. Import desired components, e.g.:
import { Narrative } from "@vi.son/components";
  1. Use them in your React component:
<div>
  <Narrative 
    content={content} 
    show={true} 
    version={process.env.VERSION}
  />
</div>