wc-catalogue / blaze-elements

Web Component Blaze Elements
https://wc-catalogue.github.io/blaze-elements/
MIT License
10 stars 4 forks source link

refactor(card): follow actual guideline #220

Closed davidrus closed 7 years ago

davidrus commented 7 years ago

Current behavior

Expected behavior

Minimal reproduction of the problem with instructions

<bl-card>
  <div slot="body">only body will be rendered</div>
</bl-card>
davidrus commented 7 years ago

Also CardItem should have @shadyCssStyles() decorator because Select uses it to set proper hover state.