UNPKG

@aiui/ai-loader

Version:
23 lines (16 loc) 758 B
# AiLoader Minimal Loader / Spinner React Component. ![npm bundle size](https://img.shields.io/bundlephobia/min/@aiui/ai-loader) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@aiui/ai-loader) ![npm download](https://img.shields.io/npm/dm/@aiui/ai-loader.svg) ## Install npm i @aiui/ai-loader ## Import import AiLoader from '@aiui/ai-loader'; ## Props | Name | Type | Default | Description | |---------------|:-------|:----------------|:------------| | opened | bool | false | If true, the loader is open | | size | number | 32 | Loader size | | color | string | #212121 | Loader color | | overlayColor | string | #e0e0e0 | Overlay color |