BetaPublic beta — Read the release notes
Documentation

Spinner

Loading spinner indicator.

Package
@solidiom/spinner
Version
0.0.1-next.0
Status
stable

Generated from the package's public source.

API

Rootcomponent

                        Root(props: SpinnerRootProps): Element
                      

Props

class?
string
label?
string — Accessible label announced by screen readers. Defaults to "Loading".
style?
string | CSSProperties

children: Element

View source

SpinnerRootPropsinterface

Props

class?
string
label?
string — Accessible label announced by screen readers. Defaults to "Loading".
style?
string | CSSProperties

children: Element

View source