picturepan2 / spectre

Spectre.css - A Lightweight, Responsive and Modern CSS Framework
https://picturepan2.github.io/spectre/
MIT License
11.33k stars 811 forks source link

Tabs supported ? #186

Open x9t9 opened 7 years ago

x9t9 commented 7 years ago

Is the Tabs component fully supported ( out of the box - pure css )? In fact , it does not even appear on the sidebar menu in the docs website , and even in the repo readme it is not mentioned . The reason that I ask, is that , in face , it is not working for me ( Tested Chrome ,Firefox , Vivaldi ). At any case, if it is fully supported , need to update the docs ?

picturepan2 commented 7 years ago

@x9t9 It is not pure CSS Tabs component, only the style code right now. Tabs, Breadcrumbs, Pagination are all included in Navigation.

x9t9 commented 7 years ago

@picturepan2 - thanks . So One should handle the tabs ( css , JS ) by oneself , right ? Great job BTW on spectre ..

picturepan2 commented 7 years ago

@x9t9 Yes. Or you can use input radio pure CSS trick. Demo here: https://plnkr.co/edit/z45r86J0VfpWMhII5CKu?p=preview .

aliqasemzadeh commented 6 years ago

I think it would be good idea to have it built-in.

x9t9 commented 4 years ago

Is there any progress on this in new releases ?

niutech commented 6 months ago

Pure CSS tabs are implemented in my fork: https://niutech.github.io/spectre/components/tabs.html