-
Notifications
You must be signed in to change notification settings - Fork 329
Conversation
We won’t need this once we have `Icon` from cloud-ui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks as though we need to compile and link up the styles from cloud-ui
but I'm not sure how we go about that. The components are working and render their correct output, but there are no styles associated with the class names which is why <Detail::Card>
ends up with no styles.
There's a separate issue I'm running into when trying to render icons natively with the <Icon />
component where again, the markup is being rendered, but the icon SVG itself doesn't get rendered. I assume there's a link between <Icon />
and the @hashicorp/structure-icons
package that isn't working.
@dizzyup ah sorry I missed that. Looking into that now. |
d83bae3
to
19aac83
Compare
19aac83
to
f5f6abb
Compare
Closing in favor of the approach in #111. |
This vendors the PDS addon and cloud-ui-core addon for use. Eventually these will be npm packages we can import in the same way but not need to vendor.
Unfortunately swapping to this other Card implementation and some imports broke some minor things but I believe that will be easily fixable.