[Feature Request] Component - Sheets: side
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 41k
- Forks
- 7.1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 11
Description
Problem to solve
Currently Vuetify is lacking Side sheet from Material Design Ui component. I would like to be able to use Side sheet component in my own projects. It would save me time if this is available in the UI components so I could quickly build my projects.
There was a similar issue which has been closed in favor of v-navigation-drawer, but I don't think that's a viable alternative because of the lack of the activator slot. It would make for a bad pattern to implement most side sheets use cases.
Proposed solution
Add Sheets:side to Vuetify UI components (basically a v-navigation-drawer with the activator slot).
Alternatively just add the activator slot to v-navigation-drawer.
v-bottom-sheet covers a similar use case and has the activator slot.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing v-navigation-drawer and v-bottom-sheet components, focusing on how their activator slots and interaction behavior are implemented. Define the design and API for a side sheet, then verify that it provides the requested activator-based use cases and matches the linked Material Design guidance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100