Sidepanel
Installing
Install the component
npm install @supabase/ui
Getting started
Import the component
@import { SidePanel } from '@supabase/ui'
Basic
LoadingFooter custom
LoadingFooter hide
LoadingLeft aligned
LoadingWide
LoadingAPI reference
Property | Type |
---|---|
align | TBC |
alignFooter | TBC |
children | React.ReactNode |
className | string |
customFooter | React.ReactNode |
description | string |
hideFooter | boolean |
loading | boolean |
onCancel | any |
onCancelText | string |
onConfirm | any |
onConfirmText | string |
title | string |
transition | AnimationTailwindClasses |
transitionOverlay | AnimationTailwindClasses |
visible | boolean |
wide | boolean |