Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iced_ntoggle

A segmented toggle/tab widget for iced, supporting single or multiple selection.

iced_ntoggle examples

Usage

use iced_ntoggle::{Ntoggle, Selection};

Ntoggle::text(["One", "Two", "Three"], Selection::single(0), Message::Toggled)
    .unwrap()
    .into_element();

See examples/ for runnable demos (demo, themed, square_borders):

cargo run --example demo

Features

  • Single or multi selection (with an optional max selection count)
  • Build segments from text, glyphs/icons, or arbitrary Elements
  • Customizable styling via the Catalog/Style API

License

No license specified.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages