Add an example of colocating a story for a UI component with its definition

This commit is contained in:
Marshall Bowers 2023-10-10 15:30:16 -04:00
parent 5b7ca6435c
commit b1d88ced61
9 changed files with 95 additions and 83 deletions

View file

@ -18,3 +18,8 @@ pub use static_data::*;
pub use tokens::*;
pub use crate::theme::*;
#[cfg(feature = "stories")]
mod story;
#[cfg(feature = "stories")]
pub use story::*;