standards-hub / docs

A documentation template made with Nuxt UI Pro.
https://standards-hub.github.io/docs/
0 stars 0 forks source link

ShMicroCard Issues #105

Closed jpradocueva closed 4 months ago

jpradocueva commented 4 months ago

Issues

  1. In this constructor, it is used wrapper, but in others, the name is container.

    • We need to be consistent across constructors and use the same name in all the constructors.
  2. Not text property

    • Should we add text property to insert more text if needed?
  3. link in markdown but src in the constructor logic

    • In the logic, we should use the property names to avoid confusion.
  4. How to remove the text underline? See the image below. I cannot find how to remove it.

image
FroudeDescartes commented 4 months ago

This issue is resolved with this PR. I will be closing this issue for now.

jpradocueva commented 4 months ago

@FroudeDescartes We use src property in this constructor instead of url or href. Can we define when to use each one of these three properties?

FroudeDescartes commented 4 months ago

@FroudeDescartes We use src property in this constructor instead of url or href. Can we define when to use each one of these three properties?

@jpradocueva I will see by tomorrow to have a fully updated list with unified and assigned props to each constructor.