Please check if you notice any problems in the way the components are implemented.
One big thing is how we pass data to more complex components. Basically: "props" vs "child components". I went with a combination of the two for gds-media-card as you can only pass strings to components in html.
Please check if you notice any problems in the way the components are implemented.
One big thing is how we pass data to more complex components. Basically: "props" vs "child components". I went with a combination of the two for
gds-media-card
as you can only pass strings to components in html.