Closed tamalCodes closed 2 years ago
Hello @IAmTamal. We are glad to receive your contribution for Dezenix. Due to some changes regarding the library specifications, There are some changes we request you to carry out before we merge this pull request.
Firstly we have changes the layout of the project. The readme is yet to be updated so ill describe the new layout here
src/lib-components/{component_name}
here {component_name}
is the name of your component in snake_case{name}.module.css
here {name}
can be anything you want but in snake_case. This is due to the fact that we are transpiling the css classnames to avoid any conflicts between 2 or more modules. Due to this, simple importing your css file will no-longer work. You will have to named import
your css files and then treat it as a dictionary to use your css classnames.src/index.js
example/src
demonstrating your componentThere have also been some changes to component guidelines.
As for the guideline changes, I've implemented your product card according to the new guidelines. Please take a look at the "Tamal" branch in this repo itself. We only require you to make use of props and remove any 3rd party import before we close this issue.
Thanks you
Animated Product Card
I have built the animated product card using
Reactjs
, this Closes #8 A handy guide is being provided atproducts_card
->README.md
Check it out :
Product-Card
Thankyou, Tamal