0.1.0 • Published 2 years ago

@iremote/mui-utils v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@iremote/mui-utils

A set of utility components for Material-UI in React applications.

Installation

To install the package, you can use either npm or yarn:

npm install @iremote/mui-utils

API

TimedCircularProgress

Props

counterStart (optional)

Type: number Default: 5

The number from which to start the countdown.

hideCounter (optional)

Type: boolean Default: false

A flag that determines whether to hide the countdown number in the center of the circular progress.

Usage

import { TimedCircularProgress } from '@iremote/mui-utils';

function MyApp() {
  return <TimedCircularProgress counterStart={10} hideCounter={false} />;
}

export default MyApp;

License

This project is licensed under the terms of the MIT license. For more details, see LICENSE file in the project root.

0.1.0

2 years ago

0.0.9

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago