A UI toolkit for GPUI applications.
🚧 Note: Expect every release to have many, undocumented breaking changes for now. Use at your own risk and pin your versions 🚧
[dependencies]
gpuikit = { git = "https://github.com/iamnbutler/gpuikit", tag = "v0.3.0" }
# OR to enable the text editor component:
# gpuikit = { git = "https://github.com/iamnbutler/gpuikit", tag = "v0.3.0", features = ["editor"] }Note: gpuikit is not yet on crates.io because it depends on gpui which is also not published there. Use the git dependency above.
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT License (LICENSE-MIT)
at your option.
40+ components including: Accordion, Alert, Avatar, Badge, Breadcrumb, Button, Card, Checkbox, Collapsible, Dialog, Dropdown, Field, Input, Popover, Progress, Radio Group, Scroll Area, Select, Skeleton, Slider, Switch, Tabs, Textarea, Toast, Toggle, Tooltip, and more.
See todo.md for the full list and roadmap.