zu 0.3.3

Yew web components, implementing Material Design
Documentation
// Copyright (c) 2024 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Lesser General Public License
// that can be found in the LICENSE file.


/* Styles for PaginationItem */

// Styles applied to the root element.
.ZuPaginationItem-root {

}

// Styles applied to the root element if type="page".
.ZuPaginationItem-page {

}

// Styles applied to the root element if size="small".
.ZuPaginationItem-sizeSmall {

}

// Styles applied to the root element if size="large".
.ZuPaginationItem-sizeLarge {

}

// Styles applied to the root element if variant="text".
.ZuPaginationItem-text {

}

// Styles applied to the root element if variant="text" and color="primary".
.ZuPaginationItem-textPrimary {

}

// Styles applied to the root element if variant="text" and color="secondary".
.ZuPaginationItem-textSecondary {

}

// Styles applied to the root element if variant="outlined".
.ZuPaginationItem-outlined {

}

// Styles applied to the root element if variant="outlined" and color="primary".
.ZuPaginationItem-outlinedPrimary {

}

// Styles applied to the root element if variant="outlined" and color="secondary".
.ZuPaginationItem-outlinedSecondary {

}

// Styles applied to the root element if rounded="true".
.ZuPaginationItem-rounded {

}

// Styles applied to the root element if type="start-ellipsis" or type="end-ellipsis".
.ZuPaginationItem-ellipsis {

}

// Styles applied to the root element if type="first" or type="last".
.ZuPaginationItem-firstLast {

}

// Styles applied to the root element if type="previous" or type="next".
.ZuPaginationItem-previousNext {

}

// State class applied to the root element if keyboard focused.
.ZuPaginationItem-focusVisible {

}

// State class applied to the root element if disabled={true}.
.ZuPaginationItem-disabled {

}

// State class applied to the root element if selected={true}.
.ZuPaginationItem-selected {

}

// Styles applied to the icon to display.
.ZuPaginationItem-icon {

}