Created PaginationDropdown component

This commit is contained in:
Alejandro Celaya
2019-03-09 13:20:43 +01:00
parent 83704ca4b5
commit c094a27c97
4 changed files with 38 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ const SortingDropdown = ({ items, orderField, orderDir, onChange, isButton, righ
<DropdownToggle
caret
color={isButton ? 'secondary' : 'link'}
className={classNames({ 'btn-block': isButton, 'btn-sm sorting-dropdown__paddingless': !isButton })}
className={classNames({ 'btn-block': isButton, 'btn-sm paddingless': !isButton })}
>
Order by
</DropdownToggle>