Frame
Deprecation warning
This component has been replaced by the newer Card
A styled container.
Importing
1
import { Frame } from '@infinityfx/fluid';Usage
Image container
API reference
Frame Props
shadow?
boolean
false
Adds a shadow effect.
border?
boolean
false
Adds a subtle border around the container.
radius?
'xsm' | 'sml' | 'med' | 'lrg'
'sml'
Border radius of the container.
background?
'none' | 'back' | 'middle' | 'front'
'none'
Background color variant matching fluid surface elevations.
