You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, PicooCSS is great project! I started using PicoCSS a few weeks back and I'm really happy. But there are just a few things missing that I had to finish myself, so I'll share them. I'm not really skilled on the frontend, so I ask for your indulgence, the codes are nothing special, but hopefully you can get the idea from them...
Tabs
Responsive show/hide nav
Flash/alerts
TABS:
The first custom feature is TABS, maybe a different version of Accordions. I was inspired by https://codepen.io/alvarotrigo/pen/VwMJgGO and I think it's something that should be (native) part of the PicoCSS framework My CSS for TABS:
The second thing I missed with PicoCSS and had to get it done is RESPONSIVE SHOW/HIDE NAV. I like the way the horizontal NAV in framework works, the addition of the DROPDOWNS takes it all to the next level. But I miss the responsive hide/show of menus at lower resolutions. For my purposes I used completely https://www.w3schools.com/howto/howto_js_topnav_responsive.asp just adjusted the colors.
I can send my codes if needed, but I'm really basing this on W3. Unfortunately I have no idea how to fit this to NAV>UL>LI used in PicoCSS. But I think that since the framework allows show/hide side menu (https://picocss.com/examples/google-amp/), it would be nice to also offer show/hide horizontal menu (NAV).
FLASH/ALERTS
I know there are already two threads here, the live one is here #12 I'll just add that I know this from Bootstrap, where I used DISMISSING version https://getbootstrap.com/docs/5.0/components/alerts/#dismissing, but exclusively for announcements, e.g. successful editing or attempting to enter a protected section, etc. I would also appreciate this functionality in the framework - the primary, success, danger (error), warning and info variants are sufficient.
Of course I can send or share all the code (but I primarily use GitLab). I hope you will at least consider my ideas and I will be glad for any response.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, PicooCSS is great project! I started using PicoCSS a few weeks back and I'm really happy. But there are just a few things missing that I had to finish myself, so I'll share them. I'm not really skilled on the frontend, so I ask for your indulgence, the codes are nothing special, but hopefully you can get the idea from them...
TABS:
The first custom feature is TABS, maybe a different version of Accordions. I was inspired by https://codepen.io/alvarotrigo/pen/VwMJgGO and I think it's something that should be (native) part of the PicoCSS framework
My CSS for TABS:
My HTML for TABS:
RESPONSIVE SHOW/HIDE NAV
The second thing I missed with PicoCSS and had to get it done is RESPONSIVE SHOW/HIDE NAV. I like the way the horizontal NAV in framework works, the addition of the DROPDOWNS takes it all to the next level. But I miss the responsive hide/show of menus at lower resolutions. For my purposes I used completely https://www.w3schools.com/howto/howto_js_topnav_responsive.asp just adjusted the colors.
I can send my codes if needed, but I'm really basing this on W3. Unfortunately I have no idea how to fit this to NAV>UL>LI used in PicoCSS. But I think that since the framework allows show/hide side menu (https://picocss.com/examples/google-amp/), it would be nice to also offer show/hide horizontal menu (NAV).
FLASH/ALERTS
I know there are already two threads here, the live one is here #12 I'll just add that I know this from Bootstrap, where I used DISMISSING version https://getbootstrap.com/docs/5.0/components/alerts/#dismissing, but exclusively for announcements, e.g. successful editing or attempting to enter a protected section, etc. I would also appreciate this functionality in the framework - the primary, success, danger (error), warning and info variants are sufficient.
Of course I can send or share all the code (but I primarily use GitLab). I hope you will at least consider my ideas and I will be glad for any response.
Have a nice day.
Beta Was this translation helpful? Give feedback.
All reactions