1.0.5 • Published 4 years ago

face-vr v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

FaceVR

A component library for React 360.

Installation

Use the package manager NPM or yarn to install face-vr.

npm install face-vr

Usage

import {Button, H1, H2, H3, P, Strong, styles} from 'face-vr';

<H1>Headline 1</H1>
<Button
    backgroundColor='red' //the color of the button, you can use HEX
    hoverColor='blue' //the hover color of the button, you can use HEX
    buttonTitle='Example' //the button text

Elements

#####There are elements these elements in the library: #####Button - VR Button ##H1 - Headline 1 ###H2 - Headline 2 ####H3 - Headline 3 #####P - Text #####Strong - Bold text

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago