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

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

}

// Styles applied to the root element if both icon and label are provided.
.ZuTab-labelIcon {

}

// Styles applied to the root element if the parent has textColor="inherit".
.ZuTab-textColorInherit {

}

// Styles applied to the root element if the parent has textColor="primary".
.ZuTab-textColorPrimary {

}

// Styles applied to the root element if the parent has textColor="secondary".
.ZuTab-textColorSecondary {

}

// State class applied to the root element if selected={true} (controlled by the Tabs component).
.ZuTab-selected {

}

// State class applied to the root element if disabled={true} (controlled by the Tabs component).
.ZuTab-disabled {

}

// Styles applied to the root element if fullWidth={true} (controlled by the Tabs component).
.ZuTab-fullWidth {

}

// Styles applied to the root element if wrapped={true}.
.ZuTab-wrapped {

}

// Styles applied to the wrapper element of `icon` if icon is provided.
.ZuTab-iconWrapped {

}