# bottomsheet **Repository Path**: HarmonyOS-tpc/bottomsheet ## Basic Information - **Project Name**: bottomsheet - **Description**: BottomSheet is a openharmony component which presents a dismissible view from the bottom of the screen - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-15 - **Last Updated**: 2023-04-17 ## Categories & Tags **Categories**: harmonyos-menu **Tags**: None ## README ## Bottomsheet library ## Introduction BottomSheet is a openharmony component which presents a dismissible view from the bottom of the screen. BottomSheet can be a useful replacement for dialogs and menus but can hold any view so the use cases are endless. This repository includes the BottomSheet component itself but also includes a set of common view components presented in a bottom sheet. These are located in the commons module. ### Features It covers below cases 1)Intentpicker. 2)Simple bottomsheet. ## Usage Instructions Get started by wrapping your layout in a BottomSheetLayout: