Update ui docs
This commit is contained in:
parent
073128e4f3
commit
f633043859
2 changed files with 0 additions and 32 deletions
|
@ -1,25 +0,0 @@
|
||||||
## Documentation priorities:
|
|
||||||
|
|
||||||
These are the priorities to get documented, in a rough stack rank order:
|
|
||||||
|
|
||||||
- [ ] label
|
|
||||||
- [ ] button
|
|
||||||
- [ ] icon_button
|
|
||||||
- [ ] icon
|
|
||||||
- [ ] list
|
|
||||||
- [ ] avatar
|
|
||||||
- [ ] panel
|
|
||||||
- [ ] modal
|
|
||||||
- [ ] palette
|
|
||||||
- [ ] input
|
|
||||||
- [ ] facepile
|
|
||||||
- [ ] player
|
|
||||||
- [ ] stacks
|
|
||||||
- [ ] context menu
|
|
||||||
- [ ] input
|
|
||||||
- [ ] textarea/multiline input (not built - not an editor)
|
|
||||||
- [ ] indicator
|
|
||||||
- [ ] public actor
|
|
||||||
- [ ] keybinding
|
|
||||||
- [ ] tab
|
|
||||||
- [ ] toast
|
|
|
@ -2,15 +2,8 @@
|
||||||
//!
|
//!
|
||||||
//! This crate provides a set of UI primitives and components that are used to build all of the elements in Zed's UI.
|
//! This crate provides a set of UI primitives and components that are used to build all of the elements in Zed's UI.
|
||||||
//!
|
//!
|
||||||
//! ## Work in Progress
|
|
||||||
//!
|
|
||||||
//! This crate is still a work in progress. The initial primitives and components are built for getting all the UI on the screen,
|
|
||||||
//! much of the state and functionality is mocked or hard codeded, and performance has not been a focus.
|
|
||||||
//!
|
|
||||||
|
|
||||||
#![doc = include_str!("../docs/hello-world.md")]
|
|
||||||
#![doc = include_str!("../docs/building-ui.md")]
|
#![doc = include_str!("../docs/building-ui.md")]
|
||||||
#![doc = include_str!("../docs/todo.md")]
|
|
||||||
|
|
||||||
mod clickable;
|
mod clickable;
|
||||||
mod components;
|
mod components;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue