Brand Design System

Bottom Sheets

Bottom sheets are surfaces containing supplementary content that are anchored to the bottom of the screen. They can display a wide variety of content and controls.

Live Preview

Select Size

Share

Email
Copy
More

Brand Properties

PropertyTypeMaterial DefaultHoB ValueTAE Value
borderRadius (top)string28px12px12px
backgroundColorcolor#F7F2FA#FFFFFF#FFFFFF
elevation (shadow)shadow0 -4px 8px rgba(0,0,0,0.15)0 10px 15px rgba(0,0,0,0.1)0 10px 15px rgba(0,0,0,0.1)
dragHandleColorcolor#79747E#999999#8A8A8A
dragHandleWidthstring32px32px32px
dragHandleHeightstring4px4px4px
scrimColorcolorrgba(0,0,0,0.32)rgba(0,0,0,0.5)rgba(0,0,0,0.5)
paddingstring16px16px16px

Bottom Sheet Types

  • Standard - Coexists with the main content, can be expanded or collapsed
  • Modal - Blocks interaction with main content until dismissed

Usage Guidelines

  • Use bottom sheets for supplementary content or secondary actions
  • Always include a drag handle for visual affordance
  • Modal bottom sheets should darken the main content with a scrim
  • Bottom sheets should be swipeable to dismiss on touch devices
  • Keep content minimal and focused on the current context

Related