Add docs burndown list

Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
Nate Butler 2023-11-03 16:37:22 -04:00
parent 740e2cc5bf
commit d500b01aed

View file

@ -1,3 +1,29 @@
// TODO:
// Document these:
// - [ ] - label
// - [ ] - button
// - [ ] - icon_button
// - [ ] - icon
// - [ ] - list
// - [ ] - avatar
// - [ ] - panel
// - [ ] - modal
// - [ ] - palette
// - [ ] - input
// - [ ] - facepile
// - [ ] - player
// - [ ] - stacks
// - [ ] - context menu
// - [ ] - input
// - [ ] - textarea (not built)
// - [ ] - indicator
// - [ ] - public actor
// - [ ] - keybinding
// - [ ] - tab
// - [ ] - toast
// - [ ] - status_toast (maybe not built?)
// - [ ] - notification_toast
//! # UI Zed UI Primitives & Components //! # UI Zed UI Primitives & Components
//! //!
//! 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.