chore(doc): add documentation for a handful of widgets
This commit is contained in:
parent
0d4c3db162
commit
f4936344f0
15 changed files with 113 additions and 10 deletions
|
|
@ -1,12 +1,14 @@
|
|||
// Copyright 2023 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
//! Arrange widgets with a grid layout.
|
||||
|
||||
pub mod layout;
|
||||
pub mod widget;
|
||||
|
||||
pub use widget::Grid;
|
||||
|
||||
/// Responsively generates rows and columns of widgets based on its dimmensions.
|
||||
/// Arrange widgets with a grid layout.
|
||||
pub const fn grid<'a, Message>() -> Grid<'a, Message> {
|
||||
Grid::new()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue