0.0.13 • Published 3 years ago

@vi.son/components v0.0.13

Weekly downloads
-
License
CC-BY-4.0
Repository
github
Last release
3 years ago

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>
0.0.13

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago