-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component: VTag
#2773
Comments
Hey, I am new to open-source contributions, can I work on this issue? |
Hi, @Vanshika-Aggarwal, sure! I'm assigning the issue to you 🚀 Please let me know if you need any help. Please be sure to create a separate branch, not the |
Hey @Vanshika-Aggarwal! Hope you're doing well! Do you still plan to work on this? Do you need help with the project setup or anything? Remember to check the guidelines (1) (2). If you need further help (get in touch!) or don't plan to continue this effort, let us know in any case. |
Hey..sorry for going awol,I would totally like to work on this issue, I just thought this branch was dormant and didn't go through my emails. I am working on this issue now. |
Thank you for confirming! That sounds great 😄 |
@obulat and @krysal I created a VTag component. What is the href suppose to do? For example, user click on the "cat" tag then the href is |
@ngken0995 ,
|
@obulat There is a VMediaTags component which takes the VMediaTag. What should the href be when I pass the prop in VTags once replace VMediaTag in VMediaTags? |
VTag should be a completely separate component, @ngken0995 . You don't need to do anything with VMediaTag. |
@obulat I misunderstood the task. I thought I would have create a VTag and replace it with VMediaTag on the same PR. |
Description
The new
VTag
component will be used for clickable tags. The current, non-clickable,VMediaTag
component will be replaced with it.To create a new component, run
just frontend/run create:component VTag
. This will run the component generator and will create the new component file, a Storybook story, unit and Playwright tests. The unit and playwright tests can be deleted.API
Props
Code samples
The text was updated successfully, but these errors were encountered: