@openmindlabs/react-rift
v0.1.1
Published
A simple react component library
Readme
Open Mind Labs React Rift
A simple component library for React JS
Install
npm install --save @openmindlabs/react-riftComponents Documentation
Currently only has one component supported.
Spinner (3 Vertical Dots)
import React from "react";
import Spinner from "@openmindlabs/react-rift";
const Example = () => {
return <Spinner visible={true} />;
};Maintainers
@apollo90
