spectre icon indicating copy to clipboard operation
spectre copied to clipboard

Tabs supported ?

Open x9t9 opened this issue 7 years ago • 6 comments

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 ?

x9t9 avatar Apr 10 '17 04:04 x9t9

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

picturepan2 avatar Apr 10 '17 05:04 picturepan2

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

x9t9 avatar Apr 10 '17 06:04 x9t9

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

picturepan2 avatar Apr 10 '17 07:04 picturepan2

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

aliqasemzadeh avatar Oct 31 '17 16:10 aliqasemzadeh

Is there any progress on this in new releases ?

x9t9 avatar Jul 23 '20 00:07 x9t9

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

niutech avatar Apr 10 '24 02:04 niutech