Panel
Design System - Panel component

// Sample code
<Panels
animationProps={{
height: 100,
loop: true,
noAutoplay: false,
width: 100
}}
className=""
customIcon=""
iconFill=""
info="Ref ID "
message="Success Message!"
multipleResponses={[]}
response="949749795479"
style={{}}
/>// Sample code
Panel(
type: PanelType.success,
title: 'Success Message',
animate: true,
),Anatomy

Variants
Properties
Property Configuration Table
Property
Value
Default
Property
Value
Default
Interaction State
Behaviours
Usage Guide
Changelog
Date
Number
Notes
Design Checklist
Last updated
Was this helpful?







