Add list or grid view types #15
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Summary
Thinking of adding a way to toggle views for the items in the list, as we can see in most sites where there are multiple items on the page.
Basic example
List View
Grid View
Motivation
The images above are my initial mockups for the project. You can implement your own design. For the grid view, you can follow the look for each item when in mobile view.
Container.vue
contains a commented block ofdiv
with a class ofui-card-utilities
. These are the icons for the view types, you can start from here.We can also save user's preferences in the browser storage, by doing this when they visit the page again their preferred view is what they would see.
The text was updated successfully, but these errors were encountered: