Select to view content in your preferred language

Horizontal Scroll Menu

511
3
09-23-2024 08:09 AM
Status: Open
ForrestLin
Frequent Contributor

I'll be nice if we have a Horizontal Scroll Menu in Calcite Components like:

https://codepen.io/hasmukh6399/pen/GbGLpW

 

Thanks.

 

Forrest

Tags (1)
3 Comments
KittyHurley

For the above it could be implemented with Tabs using native CSS to define the width.

ForrestLin

@KittyHurley 

1. Is it possible to put calcite-button inside calcite-tab-title?

      <calcite-tab-title>

             <calcite-button />

      </calcite-tab-title>

2. Is it to make Tabs draggable when opening in Phone with Portrait?

ForrestLin_0-1727380861043.png
 
ForrestLin

@KittyHurley 

calcite-button can be embedded in calcite-tab-title:

      <calcite-tab-title>

             <calcite-button />

      </calcite-tab-title>

ForrestLin_0-1727468315382.png

How to change the gap between buttons?