wingkwong / react-quiz-component

:orange_book: React Quiz Component
https://wingkwong.github.io/react-quiz-component/
MIT License
370 stars 142 forks source link

Updated quiz filter design #144

Closed VishakhaSainani closed 11 months ago

VishakhaSainani commented 11 months ago

Fixes : #141

SCREENSHOTS :

Before : IMG-20231022-WA0004

After : React Quiz Component Demo - Google Chrome 22-10-2023 22_19_14

VishakhaSainani commented 11 months ago

@wingkwong , actually can't style the options and select tag flexibly. So can I use li and ul tags instead in the QuizFilter.jsx instead? I tried doing ul and li tags and it works fine and styling is as you shown.

wingkwong commented 11 months ago

@VishakhaSainani prefer div but I could take a look ul & li approach first.

VishakhaSainani commented 11 months ago

@wingkwong Made a new pull request #147 since had to pull the latest code.

wingkwong commented 11 months ago

Closing this PR. will be tracked in above new PR instead.