UNPKG

kits-core

Version:
26 lines (19 loc) 819 B
# PLoadingDot ## How to using it? - Import ``` import PLoadingDot from 'components/uielements/PLoadingDot'; ``` - Using ``` <PLoadingDot /> ``` - Declare props |#ID | Properties | Default | Description | Type | |--- | ---------- | -------------- | ---------------------------------------- | ------ | |1. | dots | 3 | Number of dots displayed | number | |2. | size | 1.5rem | The width and height of each dot | string | |3. | margin | 1rem | The horizontal distance between each dot | string | |4. | background | rgb(202,57,57) | The color of the dot | string | |5. | duration | 0.8s | The duration of the animation | string | - Notes: