0.1.1 • Published 4 years ago

@rock-kit/ui-spinner v0.1.1

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 @rock-kit/ui-spinner

Usage

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

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