-
Hello, I would like to know if I can use this component from your library. I have been looking for something like this for a long time, and while going through your Storybook documentation, I noticed that some of your items have badges for Alpha, Beta, etc. If it’s possible, how can I go about using it? I would be immensely grateful! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey @dgateles! You can definitely use it from the vibe-storybook-components package. The StatusTag is a part of the SidebarItem. You can import them like this:
and use it same as we use it here. Check out also the docs for these components |
Beta Was this translation helpful? Give feedback.
-
Hello @talkor, thank you very much for allowing the use of your plugin. I followed the recommended steps, but I wasn’t successful, as shown in the image: |
Beta Was this translation helpful? Give feedback.
-
@dgateles please share the code of how you used and I'll try to help |
Beta Was this translation helpful? Give feedback.
Hey @dgateles! You can definitely use it from the vibe-storybook-components package. The StatusTag is a part of the SidebarItem. You can import them like this:
and use it same as we use it here. Check out also the docs for these components