Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vi-son/components
🌚 Reusable styled React components
https://github.com/vi-son/components
component-library creative creative-code creative-coding react reactjs
Last synced: about 1 month ago
JSON representation
🌚 Reusable styled React components
- Host: GitHub
- URL: https://github.com/vi-son/components
- Owner: vi-son
- License: cc-by-4.0
- Created: 2020-11-28T09:14:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T16:28:40.000Z (over 2 years ago)
- Last Synced: 2024-04-24T22:21:43.589Z (9 months ago)
- Topics: component-library, creative, creative-code, creative-coding, react, reactjs
- Language: JavaScript
- Homepage: https://exhibition.mixing-senses.art
- Size: 944 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [vi.son — mixing-senses](https://mixing-senses.art/de)
### React Component LibraryComponent library using React to build artworks for
[exhibition.mixing-senses.art](https://https://exhibition.mixing-senses.art//).#### 1. Getting started
1. Install [@vi.son/components]()
2. Import desired components, e.g.:```
import { Narrative } from "@vi.son/components";
```3. Use them in your React component:
```
```