Bottom Sheet
tetra-ui/bottom-sheetFreeComponent
Interactive bottom sheet built on Expo UI with native snap points, gestures, and keyboard support.
Live preview
live · rendered by the registry
Rendered by tetra-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://tetra-ui.com/r/bottom-sheet.jsonSource
1import type { BottomSheetContentProps, BottomSheetFooterProps } from "./types";23export const BottomSheetContent = (_: BottomSheetContentProps) => {4 return null;5};67export const BottomSheetFooter = (_: BottomSheetFooterProps) => {8 return null;9};
What it pulls in
npm packages
Other registry items
Files it writes
More from tetra-ui
All 41 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | tetra-ui | Components | Free | 1 dep | |
| Action Inputaction-input | tetra-ui | Components | Free | no deps | |
| Alertalert | tetra-ui | Components | Free | no deps | |
| Avataravatar | tetra-ui | Components | Free | no deps | |
| Badgebadge | tetra-ui | Components | Free | no deps | |
| Buttonbutton | tetra-ui | Components | Free | no deps | |
| Cardcard | tetra-ui | Components | Free | no deps | |
| Checkboxcheckbox | tetra-ui | Components | Free | 1 dep |
