jag-ui 0.1.1

UI elements, widgets, and layout for jag-draw
Documentation
# jag-ui

UI elements, widgets, events, focus management, and layout for [jag-draw](https://crates.io/crates/jag-draw).

Part of the [jag](https://crates.io/crates/jag) toolkit.

## Elements

Button, InputBox, TextArea, Checkbox, Radio, Select, ToggleSwitch, Slider, DatePicker, Link, Container, Card, Modal, Alert, Badge, Table, Image, Text

## Widgets

TextInput, TabBar, PopupMenu

## Features

- Event handling (mouse, keyboard, scroll) with hit testing
- Focus management with tab navigation
- Dark/Light theming
- Taffy-based flex/grid layout

## Usage

```toml
[dependencies]
jag-ui = "0.1"
```

Most users should use the [`jag`](https://crates.io/crates/jag) meta-crate instead.

## License

MIT