docs: update anchor doc

This commit is contained in:
drendog 2025-12-11 18:10:35 +01:00
parent 298225a271
commit eee1a92532
Signed by: dwenya
GPG key ID: 8DD77074645332D0

View file

@ -5,6 +5,8 @@
///
/// # Examples
/// ```
/// use layer_shika_domain::value_objects::anchor::AnchorEdges;
///
/// let top_bar = AnchorEdges::top_bar();
/// let custom = AnchorEdges::empty().with_top().with_left();
/// ```