Add an example of colocating a story for a UI component with its definition
This commit is contained in:
parent
5b7ca6435c
commit
b1d88ced61
9 changed files with 95 additions and 83 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue