How To Use Props In
2. The second row highlights how to assign default values to props. There might be cases where props are optional. In those cases, you can assign a default value using the `default` attribute in the `props` definition:
html
3. The third step focuses on how to use the prop in the template. After defining your prop in the `
Related