Guide
Why
Getting Started
API
Button
FramerPlugin
FramerPluginProvider
Icon
ListControls
NumberControls
SegmentedControls
Separator
Spinner
TextControls
useAutoSizer
useDebounce
useDebounceValue
useSelection
useStore
useTheme
asNumberOr
capitalizeWords
Component
A spinner component to indicate loading state.
<Spinner size="normal" /> <Spinner size="normal" color="yellow"
color?
The color of the spinner.
type
React.CSSProperties['color']
default value
'currentColor'
inline?
Whether the spinner is inline.
boolean
false
size?
The size of the spinner.
'normal' | 'medium' | 'large'
'normal'