Type Definition ybc::Tabs

source ·
pub type Tabs = FunctionComponent<tabs>;
Expand description

Simple responsive horizontal navigation tabs, with different styles.

https://bulma.io/documentation/components/tabs/

For integration with Yew Router, it is recommended that the RouterButton or RouterAnchor components be used as the individual tab elements for this component.