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 ListItemText */

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

}

// Styles applied to the Typography component if primary and secondary are set.
.ZuListItemText-multiline {

}

// Styles applied to the Typography component if dense.
.ZuListItemText-dense {

}

// Styles applied to the root element if inset={true}.
.ZuListItemText-inset {

}

// Styles applied to the primary `Typography` component.
.ZuListItemText-primary {

}

// Styles applied to the secondary `Typography` component.
.ZuListItemText-secondary {

}