Content
View differences
Updated by Henriette Darge almost 2 years ago
On some pages we have a splitted layout for which we use `Primer::Alpha::Layout`, e.g.
* Meetings
* Storages
For the right side pane (called `Sidepanel`), I want a fixed component which can be re-used so that all right panes look the same
### Acceptance criteria
* [x] Create a Sidebar component
* [x] Provide slots for individual secions with
* [x] a header
* [x] a counter
* [x] an action button
* [x] some content
* [x] an optional footer
* [x] Use the `Primer::OpenProject::BorderGrid` internally
#### Hint for QA
* This will be implemented completely inside the primer\_view\_components repo. It can be tested once the child implementation tickets are merged by having a look at those places.
* Meetings
* Storages
For the right side pane (called `Sidepanel`), I want a fixed component which can be re-used so that all right panes look the same
### Acceptance criteria
* [x] Create a Sidebar component
* [x] Provide slots for individual secions with
* [x] a header
* [x] a counter
* [x] an action button
* [x] some content
* [x] an optional footer
* [x] Use the `Primer::OpenProject::BorderGrid` internally
#### Hint for QA
* This will be implemented