Lay out sorting elements in listing pages
Overview
Use this element to group sorting elements together at the top of listing pages and lay them out correctly in all situations:
Usage
Dependencies
To get the sort-bar component working, include the dependencies in your project in the following order:
"design-system": "git+ssh://git@github.com/Selectra-Dev/design-system.git"
@import 'design-system/src/scss/03-organisms/sort-bar';
Basic code
Apply the
sort-bar
class to a wrapper that contains all the sorting elements. This will apply
flex
properties to the children, laying them out correctly.