Current Behavior
Layer5 and its projects use the Sistent library to enable component reuse across various projects.
The BottomSheet is one of the components available in Sistent, but it is currently not represented in the centralized Sistent component documentation at https://layer5.io/projects/sistent/components.
Adding documentation for BottomSheet will provide a clear reference for its usage, guidelines, and examples, helping developers understand and reuse the component consistently across Layer5 projects.
Desired Behavior
Add proper documentation for the BottomSheet component, following the same structure used by other documented Sistent components.
The documentation should follow the new Sistent MDX documentation structure by creating the following files under:
src/collections/sistent/components/bottom-sheet/
index.mdx: Overview of the BottomSheet component, including its purpose and common use cases.
guidance.mdx: Styling guidelines, usage recommendations, and best practices.
code.mdx: Code examples demonstrating different BottomSheet states and usage patterns using <ThemeWrapper> and <CodeBlock>.
The completed documentation should be available on the Sistent components page and provide a centralized reference for developers using BottomSheet.

Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.
Join the Layer5 Community by submitting your community member form.
Current Behavior
Layer5 and its projects use the Sistent library to enable component reuse across various projects.
The BottomSheet is one of the components available in Sistent, but it is currently not represented in the centralized Sistent component documentation at https://layer5.io/projects/sistent/components.
Adding documentation for BottomSheet will provide a clear reference for its usage, guidelines, and examples, helping developers understand and reuse the component consistently across Layer5 projects.
Desired Behavior
Add proper documentation for the BottomSheet component, following the same structure used by other documented Sistent components.
The documentation should follow the new Sistent MDX documentation structure by creating the following files under:
src/collections/sistent/components/bottom-sheet/index.mdx: Overview of the BottomSheet component, including its purpose and common use cases.guidance.mdx: Styling guidelines, usage recommendations, and best practices.code.mdx: Code examples demonstrating different BottomSheet states and usage patterns using<ThemeWrapper>and<CodeBlock>.The completed documentation should be available on the Sistent components page and provide a centralized reference for developers using BottomSheet.
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
masterbranch.