-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding mediaquery jsx component along with tailwind css screens #60
Comments
Congratulations, @powerstone666! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work! We'd also like to invite you to our Discord server! Join us on discord. We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines |
hyy assign this to me....... |
@powerstone666 this already being handled. |
but there is no mediaquery component or screens in tailwind.css |
Yes as this is not our final design. You can take a look at the new design and raise the issue accordingly. |
so from final design we need to build it from scratch ya u have already builded components based on that |
Describe the feature
I'll be adding a media query component that will take input prop as screen size so that in the future if we want to build components such as a navbar for various screens using media query we can give conditions and it will display only when the screen is above or below that size.
I'll also be adding a screens extension in the tailwind.js config file along with themes so that while writing code in tailwind CSS it will be easy to write CSS for specific screen sizes
Add ScreenShots
like in the above image we can easily give conditions on what screen we should display so in future it will be great feature for contributors
Record
The text was updated successfully, but these errors were encountered: