IndicatorDots
Components
IndicatorDots()
IndicatorDots(
props
,context
?):ReactNode
Component used in the auth app to showcase the status of wallet connection
Parameters
Parameter | Type |
---|---|
props | TIndicatorDotsProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/IndicatorDots/index.tsx:31
Props
TIndicatorDotsProps
TIndicatorDotsProps:
object
Type declaration
Member | Type |
---|---|
hasErrors | boolean |
isSuccess | boolean |
Source
libs/design-system-components/src/components/IndicatorDots/index.tsx:9