You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to render Angular examples in the docs page is using stories.
There are some other options for different frameworks, but until the community figures out inline rendering for Angular (#8153), stories are the only option
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
I would like to create a component that reads all defined css-colors (var(--example-color)) and shows that like a color-palette.
For that scenario i would like to create a angular component that exactly does that.
I try to show that component like that:
But it isn't rendering the content of the ColorPalette-Component.
Is it possible? Or which alternatives i have?
The text was updated successfully, but these errors were encountered: