1.1.0 • Published 3 months ago

@theonlyducks/react-block v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

React Block

Simple load integration blocking the UI

Version Project Size Dependencies Licence

Table of contents

Documentation

See

Getting started

Requirements

yarn add react react-dom

Installation

yarn add @theonlyducks/react-block

Usage

Example

import '@theonlyducks/react-block/dist/style.css';
import { BlockDuck } from "@theonlyducks/react-block";

<BlockDuck
    opacity={5}
    blocking={true}
>
    Hi!
</BlockDuck>

Development

Install

yarn

Start server listening https://localhost:3000

yarn start

Run test

yarn test

Coverage report

yarn test:coverage

License

MIT © The Only Ducks