Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
Fact check: while widgets can be reached via keyboard, you cannot
interact with most of them via keyboard yet. See
lapce/floem#273 for why UI Kit currently
cannot provide this out of the box.
  • Loading branch information
pieterdd committed Jan 14, 2024
1 parent 86c25b3 commit c219d27
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Floem UI Kit

Want a pretty Rust GUI with minimal time investment? Use a kit of premade UI components! Floem UI Kit provides polished widgets you can use in conjunction with the [Floem](https://github.com/lapce/floem) GUI library.
Want a pretty Rust GUI with minimal time investment? Use a kit of premade UI components! Floem UI Kit provides themed widgets you can use in conjunction with the [Floem](https://github.com/lapce/floem) GUI library.

- ✅ Supports all major desktop operating systems
- ✅ All widgets implement hover, focus and disabled state
- ✅ All widgets provide keyboard access
- ✅ Supports multiple accent colors

![Showcase](docs/img/showcase.png)

⚠️ **Floem UI Kit, like Floem, is experimental software. Breaking API changes may regularly happen.** ⚠️

![Showcase](docs/img/showcase.png)

## First time using Floem?

Its [README](https://github.com/lapce/floem) and [documentation](http://lapce.dev/floem/floem/) provide a quick start example, an introduction and some background on Floem's architecture. You might notice that it incorporates familiar concepts from other UI frameworks, including:
Expand Down

0 comments on commit c219d27

Please sign in to comment.