use crate::{prelude::*, HighlightedLabel, Label}; use gpui::Render; use story::Story; pub struct LabelStory; impl Render for LabelStory { fn render(&mut self, _cx: &mut ViewContext) -> impl Element { Story::container() .child(Story::title_for::