99.10.0 • Published 4 years ago

@temporg/ui-spinner v99.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

category: packages

ui-spinner

npm  build-status  MIT License  Code of Conduct

A spinner/loading component

Components

The ui-spinner package contains the following:

Installation

yarn add @temporg/ui-spinner

Usage

---
example: false
---
import React from 'react'
import { Spinner } from '@temporg/ui-spinner'

const MySpinner = () => {
  return (
    <Spinner renderTitle="Loading" />
  )
}