Purpose
Create a branded moment with a loader. For example, this is used in <RecordedByLoom>
at the end of certain videos. Please use sparingly! If you are looking for a more general purpose loader, try <Loader>
.
Usage
import { LogoLoader } from '@loomhq/lens'
<LogoLoader />
Animation
By default the animation will run indefinitely. If it should only be run once, set animation-iteration-count
to 1
.
Brand
Size
Props
name
type
default
animation
string
'spin 2s infinite steps(49) forwards'
brand
'loom' | 'ai'
'loom'
size
'small' | 'medium'
'medium'