use gpui::{Div, Render}; use story::Story; use crate::{prelude::*, Icon}; use crate::{Button, ButtonStyle}; pub struct ButtonStory; impl Render for ButtonStory { type Output = Div; fn render(&mut self, _cx: &mut ViewContext) -> Self::Output { Story::container() .child(Story::title_for::