We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A mobile optimised component, with the following:
sl-tab-group
sl-tab-panel
This replicates material bottom sheets used in Android.
Possible Usage Example:
<hot-bottom-sheet @close={doSomething()} > <another-component></another-component> </hot-bottom-sheet>
The text was updated successfully, but these errors were encountered:
This is mobile-only?
Sorry, something went wrong.
Useful info about bottom sheets design: https://www.nngroup.com/articles/bottom-sheet/
At least portrait layout only I would say, yeah.
On desktop just displayed as larger bars in portrait mode.
I imagine this will be useful for the mobile versions of FMTM and DroneTM 👍
No branches or pull requests
A mobile optimised component, with the following:
sl-tab-group
andsl-tab-panel
?This replicates material bottom sheets used in Android.
Possible Usage Example:
The text was updated successfully, but these errors were encountered: