0.1.1 • Published 3 years ago

@openmindlabs/react-rift v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Open Mind Labs React Rift

A simple component library for React JS


Install

npm install --save @openmindlabs/react-rift

Components 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