ourzora / nft-components

NFT Rendering Components
GNU General Public License v3.0
100 stars 36 forks source link

State based stying for Media players & media loading status #68

Closed dblodorn closed 3 years ago

dblodorn commented 3 years ago

Added an additional prop to the getStyles function for additional selectors.

dblodorn commented 3 years ago

@iainnash this all is ready for review - also included the flag to remove default styling in the style object.

dblodorn commented 3 years ago

With this PR we now have full classes being applied - so when play button is activated the class "zora-mediaPlayButton--playing" is added.

Screen Shot 2021-09-22 at 1 53 25 PM
dblodorn commented 3 years ago

If this is all good can we merge to master and publish a prerelease?

iainnash commented 3 years ago

Looks good!