salil-naik / css-art-gallery

A collection of CSS Arts.
https://css-art-gallery.netlify.app/
MIT License
130 stars 193 forks source link

I am testing my css-art on the web <css-art-gallery> #125

Closed araiz-mabs closed 3 years ago

araiz-mabs commented 3 years ago

"test your component, import your component to app.js."

When I do this my art doesn't show up on the webpage, and I tried this also as asked by the css-art-gallery pm: "Inside the art folder, there is index.js. Export your component there first. Then import it to App.js"

How do I show-up my art on the web-page, as I have been trying to make the same art(just for practise before making my own art) you showed in the video and its not appearing.

salil-naik commented 3 years ago

Hi. Inside the art folder, there is index.js file. You have to first export your art.

Then import that art into App.js.