  SenangStart                                  Loading... 



 

  [Back](https://senangstart.com)    

      

 

  typography 2  [ Headings ](#headings) [ Sub Headings ](#sub-headings) 

 

  actions 7  [ Buttons ](#buttons) [ Buttons (Outline) ](#buttons-outline) [ Button Group ](#button-group) [ Copy Button ](#copy-button) [ Dropdown ](#dropdown) [ Links ](#links) [ Links (Icon End) ](#links-icon-end) 

 

  feedback 7  [ Badge ](#badge) [ Tag ](#tag) [ Callout ](#callout) [ Progress Bar ](#progress-bar) [ Spinner ](#spinner) [ Tooltip ](#tooltip) [ Progress Ring ](#progress-ring) 

 

  forms 10  [ Inputs ](#inputs) [ Inputs (Icon Start) ](#inputs-icon-start) [ Textarea ](#textarea) [ Selects ](#selects) [ Checkboxes ](#checkboxes) [ Radio ](#radio) [ Switch ](#switch) [ Slider ](#slider) [ Color Picker ](#color-picker) [ Rating ](#rating) 

 

  layout 10  [ Forms ](#forms) [ Modals ](#modals) [ Cards (Simple Filled) ](#cards-simple-filled) [ Cards (Simple Outline) ](#cards-simple-outline) [ Cards (Icon Start Filled) ](#cards-icon-start-filled) [ Cards (Icon Start Outline) ](#cards-icon-start-outline) [ Cards (Image Outline) ](#cards-image-outline) [ Cards (Image Filled) ](#cards-image-filled) [ Cards (Image Action Filled) ](#cards-image-action-filled) [ Cards (Image Action Outline) ](#cards-image-action-outline) 

 

 

 

 

     

 [![SenangStart](https://senangstart.com/img/ss_logo_text.svg)](https://senangstart.com) 

          

 

 

  ####  [\#](https://senangstart.com/components/headings/llms.txt)Headings 

  typography  

Standard Headings

 

    

 TailwindCSS    SenangStart CSS  

 

Heading H1
==========

Heading H2
----------

### Heading H3

#### Heading H4

##### Heading H5

###### Heading H6

 

 &lt;h1 class="text-4xl lg:text-7xl capitalize font-bold text-gray-900"&gt;Heading H1&lt;/h1&gt; &lt;h2 class="text-3xl lg:text-6xl capitalize font-bold text-gray-900"&gt;Heading H2&lt;/h2&gt; &lt;h3 class="text-2xl lg:text-4xl capitalize font-bold text-gray-900"&gt;Heading H3&lt;/h3&gt; &lt;h4 class="text-xl lg:text-2xl capitalize font-bold text-gray-900"&gt;Heading H4&lt;/h4&gt; &lt;h5 class="text-lg lg:text-xl capitalize font-bold text-gray-900"&gt;Heading H5&lt;/h5&gt; &lt;h6 class="text-base lg:text-lg capitalize font-bold text-gray-900"&gt;Heading H6&lt;/h6&gt; COPY ```
<h1 class="text-4xl lg:text-7xl capitalize font-bold text-gray-900">Heading H1</h1>
<h2 class="text-3xl lg:text-6xl capitalize font-bold text-gray-900">Heading H2</h2>
<h3 class="text-2xl lg:text-4xl capitalize font-bold text-gray-900">Heading H3</h3>
<h4 class="text-xl lg:text-2xl capitalize font-bold text-gray-900">Heading H4</h4>
<h5 class="text-lg lg:text-xl capitalize font-bold text-gray-900">Heading H5</h5>
<h6 class="text-base lg:text-lg capitalize font-bold text-gray-900">Heading H6</h6>
```

 

 

Heading H1
==========

Heading H2
----------

### Heading H3

#### Heading H4

##### Heading H5

###### Heading H6

 

 &lt;h1 visual="text-size:giant tw-lg:text-size:giga capitalize font:tw-bold text:gray-900"&gt;Heading H1&lt;/h1&gt; &lt;h2 visual="text-size:grand tw-lg:text-size:mega capitalize font:tw-bold text:gray-900"&gt;Heading H2&lt;/h2&gt; &lt;h3 visual="text-size:huge tw-lg:text-size:giant capitalize font:tw-bold text:gray-900"&gt;Heading H3&lt;/h3&gt; &lt;h4 visual="text-size:big tw-lg:text-size:huge capitalize font:tw-bold text:gray-900"&gt;Heading H4&lt;/h4&gt; &lt;h5 visual="text-size:large tw-lg:text-size:big capitalize font:tw-bold text:gray-900"&gt;Heading H5&lt;/h5&gt; &lt;h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold text:gray-900"&gt;Heading H6&lt;/h6&gt; COPY ```
<h1 visual="text-size:giant tw-lg:text-size:giga capitalize font:tw-bold text:gray-900">Heading H1</h1>
<h2 visual="text-size:grand tw-lg:text-size:mega capitalize font:tw-bold text:gray-900">Heading H2</h2>
<h3 visual="text-size:huge tw-lg:text-size:giant capitalize font:tw-bold text:gray-900">Heading H3</h3>
<h4 visual="text-size:big tw-lg:text-size:huge capitalize font:tw-bold text:gray-900">Heading H4</h4>
<h5 visual="text-size:large tw-lg:text-size:big capitalize font:tw-bold text:gray-900">Heading H5</h5>
<h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold text:gray-900">Heading H6</h6>
```

 

 

  ####  [\#](https://senangstart.com/components/sub-headings/llms.txt)Sub Headings 

  typography  

Sub Headings

 

    

 TailwindCSS    SenangStart CSS  

 

 Sub Heading H1 
================

 Sub Heading H2 
----------------

###  Sub Heading H3 

####  Sub Heading H4 

#####  Sub Heading H5 

######  Sub Heading H6 

 

 &lt;h1 class="text-4xl lg:text-7xl capitalize font-semibold text-gray-700"&gt; Sub Heading H1 &lt;/h1&gt; &lt;h2 class="text-3xl lg:text-6xl capitalize font-semibold text-gray-700"&gt; Sub Heading H2 &lt;/h2&gt; &lt;h3 class="text-2xl lg:text-4xl capitalize font-semibold text-gray-700"&gt; Sub Heading H3 &lt;/h3&gt; &lt;h4 class="text-xl lg:text-2xl capitalize font-semibold text-gray-700"&gt; Sub Heading H4 &lt;/h4&gt; &lt;h5 class="text-lg lg:text-xl capitalize font-semibold text-gray-700"&gt; Sub Heading H5 &lt;/h5&gt; &lt;h6 class="text-base lg:text-lg capitalize font-semibold text-gray-700"&gt; Sub Heading H6 &lt;/h6&gt; COPY ```
<h1 class="text-4xl lg:text-7xl capitalize font-semibold text-gray-700"> Sub Heading H1 </h1>
<h2 class="text-3xl lg:text-6xl capitalize font-semibold text-gray-700"> Sub Heading H2 </h2>
<h3 class="text-2xl lg:text-4xl capitalize font-semibold text-gray-700"> Sub Heading H3 </h3>
<h4 class="text-xl lg:text-2xl capitalize font-semibold text-gray-700"> Sub Heading H4 </h4>
<h5 class="text-lg lg:text-xl capitalize font-semibold text-gray-700"> Sub Heading H5 </h5>
<h6 class="text-base lg:text-lg capitalize font-semibold text-gray-700"> Sub Heading H6 </h6>
```

 

 

 Sub Heading H1 
================

 Sub Heading H2 
----------------

###  Sub Heading H3 

####  Sub Heading H4 

#####  Sub Heading H5 

######  Sub Heading H6 

 

 &lt;h1 visual="text-size:giant tw-lg:text-size:giga capitalize font:tw-semibold text:gray-700"&gt; Sub Heading H1 &lt;/h1&gt; &lt;h2 visual="text-size:grand tw-lg:text-size:mega capitalize font:tw-semibold text:gray-700"&gt; Sub Heading H2 &lt;/h2&gt; &lt;h3 visual="text-size:huge tw-lg:text-size:giant capitalize font:tw-semibold text:gray-700"&gt; Sub Heading H3 &lt;/h3&gt; &lt;h4 visual="text-size:big tw-lg:text-size:huge capitalize font:tw-semibold text:gray-700"&gt; Sub Heading H4 &lt;/h4&gt; &lt;h5 visual="text-size:large tw-lg:text-size:big capitalize font:tw-semibold text:gray-700"&gt; Sub Heading H5 &lt;/h5&gt; &lt;h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-semibold text:gray-700"&gt; Sub Heading H6 &lt;/h6&gt; COPY ```
<h1 visual="text-size:giant tw-lg:text-size:giga capitalize font:tw-semibold text:gray-700"> Sub Heading H1 </h1>
<h2 visual="text-size:grand tw-lg:text-size:mega capitalize font:tw-semibold text:gray-700"> Sub Heading H2 </h2>
<h3 visual="text-size:huge tw-lg:text-size:giant capitalize font:tw-semibold text:gray-700"> Sub Heading H3 </h3>
<h4 visual="text-size:big tw-lg:text-size:huge capitalize font:tw-semibold text:gray-700"> Sub Heading H4 </h4>
<h5 visual="text-size:large tw-lg:text-size:big capitalize font:tw-semibold text:gray-700"> Sub Heading H5 </h5>
<h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-semibold text:gray-700"> Sub Heading H6 </h6>
```

 

 

  ####  [\#](https://senangstart.com/components/buttons/llms.txt)Buttons 

  actions  

Standard Action Buttons

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 Button S 

 &lt;button type="button" class="bg-blue-600 text-white rounded-lg text-sm font-semibold px-4 h-10 flex items-center justify-center hover:bg-blue-700 focus:ring-4 focus:ring-blue-300 transition-all"&gt;Button S&lt;/button&gt; COPY ```
<button type="button" class="bg-blue-600 text-white rounded-lg text-sm font-semibold px-4 h-10 flex items-center justify-center hover:bg-blue-700 focus:ring-4 focus:ring-blue-300 transition-all">Button S</button>
```

 

 

 Button S 

 &lt;button type="button" layout="flex items:center justify:center" space="p-x:medium h:large-3x" visual="bg:blue-600 text:white rounded:medium text-size:small font:tw-semibold hover:bg:blue-700 focus:ring:medium focus:ring-color:blue-300 transition:all"&gt;Button S&lt;/button&gt; COPY ```
<button type="button" layout="flex items:center justify:center" space="p-x:medium h:large-3x" visual="bg:blue-600 text:white rounded:medium text-size:small font:tw-semibold hover:bg:blue-700 focus:ring:medium focus:ring-color:blue-300 transition:all">Button S</button>
```

 

 

 Button M 

 &lt;button type="button" class="bg-blue-600 text-white rounded-lg text-base font-semibold px-6 h-12 flex items-center justify-center hover:bg-blue-700 focus:ring-4 focus:ring-blue-300 transition-all"&gt;Button M&lt;/button&gt; COPY ```
<button type="button" class="bg-blue-600 text-white rounded-lg text-base font-semibold px-6 h-12 flex items-center justify-center hover:bg-blue-700 focus:ring-4 focus:ring-blue-300 transition-all">Button M</button>
```

 

 

 Button M 

 &lt;button type="button" layout="flex items:center justify:center" space="p-x:medium-3x h:big" visual="bg:blue-600 text:white rounded:medium text-size:base font:tw-semibold hover:bg:blue-700 focus:ring:medium focus:ring-color:blue-300 transition:all"&gt;Button M&lt;/button&gt; COPY ```
<button type="button" layout="flex items:center justify:center" space="p-x:medium-3x h:big" visual="bg:blue-600 text:white rounded:medium text-size:base font:tw-semibold hover:bg:blue-700 focus:ring:medium focus:ring-color:blue-300 transition:all">Button M</button>
```

 

 

 Button L 

 &lt;button type="button" class="bg-blue-600 text-white rounded-lg text-lg font-semibold px-8 h-14 flex items-center justify-center hover:bg-blue-700 focus:ring-4 focus:ring-blue-300 transition-all"&gt;Button L&lt;/button&gt; COPY ```
<button type="button" class="bg-blue-600 text-white rounded-lg text-lg font-semibold px-8 h-14 flex items-center justify-center hover:bg-blue-700 focus:ring-4 focus:ring-blue-300 transition-all">Button L</button>
```

 

 

 Button L 

 &lt;button type="button" layout="flex items:center justify:center" space="p-x:large h:big-2x" visual="bg:blue-600 text:white rounded:medium text-size:large font:tw-semibold hover:bg:blue-700 focus:ring:medium focus:ring-color:blue-300 transition:all"&gt;Button L&lt;/button&gt; COPY ```
<button type="button" layout="flex items:center justify:center" space="p-x:large h:big-2x" visual="bg:blue-600 text:white rounded:medium text-size:large font:tw-semibold hover:bg:blue-700 focus:ring:medium focus:ring-color:blue-300 transition:all">Button L</button>
```

 

 

  ####  [\#](https://senangstart.com/components/buttons-outline/llms.txt)Buttons (Outline) 

  actions  

Outline Buttons

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 Button S 

 &lt;button type="button" class="border-2 border-blue-600 text-blue-600 bg-transparent rounded-lg text-sm font-semibold px-4 h-10 flex items-center justify-center hover:bg-blue-50 focus:ring-4 focus:ring-blue-300 transition-all"&gt;Button S&lt;/button&gt; COPY ```
<button type="button" class="border-2 border-blue-600 text-blue-600 bg-transparent rounded-lg text-sm font-semibold px-4 h-10 flex items-center justify-center hover:bg-blue-50 focus:ring-4 focus:ring-blue-300 transition-all">Button S</button>
```

 

 

 Button S 

 &lt;button type="button" layout="flex items:center justify:center" space="p-x:medium h:large-3x" visual="border-w:regular border:blue-600 text:blue-600 bg:\[transparent\] rounded:medium text-size:small font:tw-semibold hover:bg:blue-50 focus:ring:medium focus:ring-color:blue-300 transition:all"&gt;Button S&lt;/button&gt; COPY ```
<button type="button" layout="flex items:center justify:center" space="p-x:medium h:large-3x" visual="border-w:regular border:blue-600 text:blue-600 bg:[transparent] rounded:medium text-size:small font:tw-semibold hover:bg:blue-50 focus:ring:medium focus:ring-color:blue-300 transition:all">Button S</button>
```

 

 

 Button M 

 &lt;button type="button" class="border-2 border-blue-600 text-blue-600 bg-transparent rounded-lg text-base font-semibold px-6 h-12 flex items-center justify-center hover:bg-blue-50 focus:ring-4 focus:ring-blue-300 transition-all"&gt;Button M&lt;/button&gt; COPY ```
<button type="button" class="border-2 border-blue-600 text-blue-600 bg-transparent rounded-lg text-base font-semibold px-6 h-12 flex items-center justify-center hover:bg-blue-50 focus:ring-4 focus:ring-blue-300 transition-all">Button M</button>
```

 

 

 Button M 

 &lt;button type="button" layout="flex items:center justify:center" space="p-x:medium-3x h:big" visual="border-w:regular border:blue-600 text:blue-600 bg:\[transparent\] rounded:medium text-size:base font:tw-semibold hover:bg:blue-50 focus:ring:medium focus:ring-color:blue-300 transition:all"&gt;Button M&lt;/button&gt; COPY ```
<button type="button" layout="flex items:center justify:center" space="p-x:medium-3x h:big" visual="border-w:regular border:blue-600 text:blue-600 bg:[transparent] rounded:medium text-size:base font:tw-semibold hover:bg:blue-50 focus:ring:medium focus:ring-color:blue-300 transition:all">Button M</button>
```

 

 

 Button L 

 &lt;button type="button" class="border-2 border-blue-600 text-blue-600 bg-transparent rounded-lg text-lg font-semibold px-8 h-14 flex items-center justify-center hover:bg-blue-50 focus:ring-4 focus:ring-blue-300 transition-all"&gt;Button L&lt;/button&gt; COPY ```
<button type="button" class="border-2 border-blue-600 text-blue-600 bg-transparent rounded-lg text-lg font-semibold px-8 h-14 flex items-center justify-center hover:bg-blue-50 focus:ring-4 focus:ring-blue-300 transition-all">Button L</button>
```

 

 

 Button L 

 &lt;button type="button" layout="flex items:center justify:center" space="p-x:large h:big-2x" visual="border-w:regular border:blue-600 text:blue-600 bg:\[transparent\] rounded:medium text-size:large font:tw-semibold hover:bg:blue-50 focus:ring:medium focus:ring-color:blue-300 transition:all"&gt;Button L&lt;/button&gt; COPY ```
<button type="button" layout="flex items:center justify:center" space="p-x:large h:big-2x" visual="border-w:regular border:blue-600 text:blue-600 bg:[transparent] rounded:medium text-size:large font:tw-semibold hover:bg:blue-50 focus:ring:medium focus:ring-color:blue-300 transition:all">Button L</button>
```

 

 

  ####  [\#](https://senangstart.com/components/button-group/llms.txt)Button Group 

  actions  

Grouped buttons

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 Left Middle Right 

 

 &lt;div class="inline-flex rounded-lg shadow-sm border-2 border-gray-200 divide-x-2 divide-gray-200 overflow-hidden" role="group"&gt; &lt;button type="button" class="px-4 py-2 text-sm font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700"&gt;Left&lt;/button&gt; &lt;button type="button" class="px-4 py-2 text-sm font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700"&gt;Middle&lt;/button&gt; &lt;button type="button" class="px-4 py-2 text-sm font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700"&gt;Right&lt;/button&gt; &lt;/div&gt; COPY ```
<div class="inline-flex rounded-lg shadow-sm border-2 border-gray-200 divide-x-2 divide-gray-200 overflow-hidden" role="group">
  <button type="button" class="px-4 py-2 text-sm font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700">Left</button>
  <button type="button" class="px-4 py-2 text-sm font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700">Middle</button>
  <button type="button" class="px-4 py-2 text-sm font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700">Right</button>
</div>
```

 

 

 Left Middle Right 

 

 &lt;div layout="inline-flex overflow:hidden" visual="rounded:medium shadow:small border-w:regular border:gray-200 divide-x-w:regular divide:gray-200" role="group"&gt; &lt;button type="button" layout="focus:z:top" space="p-x:medium p-y:small" visual="text-size:small font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700"&gt;Left&lt;/button&gt; &lt;button type="button" layout="focus:z:top" space="p-x:medium p-y:small" visual="text-size:small font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700"&gt;Middle&lt;/button&gt; &lt;button type="button" layout="focus:z:top" space="p-x:medium p-y:small" visual="text-size:small font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700"&gt;Right&lt;/button&gt; &lt;/div&gt; COPY ```
<div layout="inline-flex overflow:hidden" visual="rounded:medium shadow:small border-w:regular border:gray-200 divide-x-w:regular divide:gray-200" role="group">
  <button type="button" layout="focus:z:top" space="p-x:medium p-y:small" visual="text-size:small font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700">Left</button>
  <button type="button" layout="focus:z:top" space="p-x:medium p-y:small" visual="text-size:small font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700">Middle</button>
  <button type="button" layout="focus:z:top" space="p-x:medium p-y:small" visual="text-size:small font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700">Right</button>
</div>
```

 

 

 Left Middle Right 

 

 &lt;div class="inline-flex rounded-lg shadow-sm border-2 border-gray-200 divide-x-2 divide-gray-200 overflow-hidden" role="group"&gt; &lt;button type="button" class="px-5 py-2.5 text-base font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700"&gt;Left&lt;/button&gt; &lt;button type="button" class="px-5 py-2.5 text-base font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700"&gt;Middle&lt;/button&gt; &lt;button type="button" class="px-5 py-2.5 text-base font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700"&gt;Right&lt;/button&gt; &lt;/div&gt; COPY ```
<div class="inline-flex rounded-lg shadow-sm border-2 border-gray-200 divide-x-2 divide-gray-200 overflow-hidden" role="group">
  <button type="button" class="px-5 py-2.5 text-base font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700">Left</button>
  <button type="button" class="px-5 py-2.5 text-base font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700">Middle</button>
  <button type="button" class="px-5 py-2.5 text-base font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700">Right</button>
</div>
```

 

 

 Left Middle Right 

 

 &lt;div layout="inline-flex overflow:hidden" visual="rounded:medium shadow:small border-w:regular border:gray-200 divide-x-w:regular divide:gray-200" role="group"&gt; &lt;button type="button" layout="focus:z:top" space="p-x:medium-2x p-y:small-2x" visual="text-size:base font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700"&gt;Left&lt;/button&gt; &lt;button type="button" layout="focus:z:top" space="p-x:medium-2x p-y:small-2x" visual="text-size:base font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700"&gt;Middle&lt;/button&gt; &lt;button type="button" layout="focus:z:top" space="p-x:medium-2x p-y:small-2x" visual="text-size:base font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700"&gt;Right&lt;/button&gt; &lt;/div&gt; COPY ```
<div layout="inline-flex overflow:hidden" visual="rounded:medium shadow:small border-w:regular border:gray-200 divide-x-w:regular divide:gray-200" role="group">
  <button type="button" layout="focus:z:top" space="p-x:medium-2x p-y:small-2x" visual="text-size:base font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700">Left</button>
  <button type="button" layout="focus:z:top" space="p-x:medium-2x p-y:small-2x" visual="text-size:base font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700">Middle</button>
  <button type="button" layout="focus:z:top" space="p-x:medium-2x p-y:small-2x" visual="text-size:base font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700">Right</button>
</div>
```

 

 

 Left Middle Right 

 

 &lt;div class="inline-flex rounded-lg shadow-sm border-2 border-gray-200 divide-x-2 divide-gray-200 overflow-hidden" role="group"&gt; &lt;button type="button" class="px-6 py-3 text-lg font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700"&gt;Left&lt;/button&gt; &lt;button type="button" class="px-6 py-3 text-lg font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700"&gt;Middle&lt;/button&gt; &lt;button type="button" class="px-6 py-3 text-lg font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700"&gt;Right&lt;/button&gt; &lt;/div&gt; COPY ```
<div class="inline-flex rounded-lg shadow-sm border-2 border-gray-200 divide-x-2 divide-gray-200 overflow-hidden" role="group">
  <button type="button" class="px-6 py-3 text-lg font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700">Left</button>
  <button type="button" class="px-6 py-3 text-lg font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700">Middle</button>
  <button type="button" class="px-6 py-3 text-lg font-medium text-gray-900 bg-white hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-2 focus:ring-blue-700 focus:text-blue-700">Right</button>
</div>
```

 

 

 Left Middle Right 

 

 &lt;div layout="inline-flex overflow:hidden" visual="rounded:medium shadow:small border-w:regular border:gray-200 divide-x-w:regular divide:gray-200" role="group"&gt; &lt;button type="button" layout="focus:z:top" space="p-x:medium-3x p-y:small-3x" visual="text-size:large font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700"&gt;Left&lt;/button&gt; &lt;button type="button" layout="focus:z:top" space="p-x:medium-3x p-y:small-3x" visual="text-size:large font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700"&gt;Middle&lt;/button&gt; &lt;button type="button" layout="focus:z:top" space="p-x:medium-3x p-y:small-3x" visual="text-size:large font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700"&gt;Right&lt;/button&gt; &lt;/div&gt; COPY ```
<div layout="inline-flex overflow:hidden" visual="rounded:medium shadow:small border-w:regular border:gray-200 divide-x-w:regular divide:gray-200" role="group">
  <button type="button" layout="focus:z:top" space="p-x:medium-3x p-y:small-3x" visual="text-size:large font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700">Left</button>
  <button type="button" layout="focus:z:top" space="p-x:medium-3x p-y:small-3x" visual="text-size:large font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700">Middle</button>
  <button type="button" layout="focus:z:top" space="p-x:medium-3x p-y:small-3x" visual="text-size:large font:tw-medium text:gray-900 bg:white hover:bg:gray-100 hover:text:blue-700 focus:ring:regular focus:ring-color:blue-700 focus:text:blue-700">Right</button>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/copy-button/llms.txt)Copy Button 

  actions  

Input with attached copy button

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

     

 

 &lt;div class="relative w-full max-w-\[300px\]"&gt; &lt;input type="text" class="w-full h-10 pl-3 pr-10 border-2 border-neutral-200 rounded-lg text-sm focus:outline-none focus:border-blue-600" value="Copy this text S" readonly /&gt; &lt;button class="absolute right-0 top-0 h-10 w-10 text-gray-500 hover:text-blue-600 flex items-center justify-center text-sm"&gt; &lt;i class="fas fa-copy"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; COPY ```
<div class="relative w-full max-w-[300px]">
    <input type="text" class="w-full h-10 pl-3 pr-10 border-2 border-neutral-200 rounded-lg text-sm focus:outline-none focus:border-blue-600" value="Copy this text S" readonly />
    <button class="absolute right-0 top-0 h-10 w-10 text-gray-500 hover:text-blue-600 flex items-center justify-center text-sm">
        <i class="fas fa-copy"></i>
    </button>
</div>
```

 

 

     

 

 &lt;div layout="relative" space="w:\[100%\] max-w:\[300px\]"&gt; &lt;input type="text" space="w:\[100%\] h:large-3x p-l:small-3x p-r:large-3x" visual="border-w:regular border:neutral-200 rounded:medium text-size:small focus:outline:none focus:border:blue-600" value="Copy this text S" readonly /&gt; &lt;button layout="absolute right:none top:none flex items:center justify:center" space="h:large-3x w:large-3x" visual="text:gray-500 hover:text:blue-600 text-size:base"&gt; &lt;i class="ss ss-document-duplicate"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; COPY ```
<div layout="relative" space="w:[100%] max-w:[300px]">
    <input type="text" space="w:[100%] h:large-3x p-l:small-3x p-r:large-3x" visual="border-w:regular border:neutral-200 rounded:medium text-size:small focus:outline:none focus:border:blue-600" value="Copy this text S" readonly />
    <button layout="absolute right:none top:none flex items:center justify:center" space="h:large-3x w:large-3x" visual="text:gray-500 hover:text:blue-600 text-size:base">
        <i class="ss ss-document-duplicate"></i>
    </button>
</div>
```

 

 

     

 

 &lt;div class="relative w-full max-w-\[300px\]"&gt; &lt;input type="text" class="w-full h-12 pl-3 pr-12 border-2 border-neutral-200 rounded-lg text-base focus:outline-none focus:border-blue-600" value="Copy this text M" readonly /&gt; &lt;button class="absolute right-0 top-0 h-12 w-12 text-gray-500 hover:text-blue-600 flex items-center justify-center text-base"&gt; &lt;i class="fas fa-copy"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; COPY ```
<div class="relative w-full max-w-[300px]">
    <input type="text" class="w-full h-12 pl-3 pr-12 border-2 border-neutral-200 rounded-lg text-base focus:outline-none focus:border-blue-600" value="Copy this text M" readonly />
    <button class="absolute right-0 top-0 h-12 w-12 text-gray-500 hover:text-blue-600 flex items-center justify-center text-base">
        <i class="fas fa-copy"></i>
    </button>
</div>
```

 

 

     

 

 &lt;div layout="relative" space="w:\[100%\] max-w:\[300px\]"&gt; &lt;input type="text" space="w:\[100%\] h:big p-l:small-3x p-r:big" visual="border-w:regular border:neutral-200 rounded:medium text-size:base focus:outline:none focus:border:blue-600" value="Copy this text M" readonly /&gt; &lt;button layout="absolute right:none top:none flex items:center justify:center" space="h:big w:big" visual="text:gray-500 hover:text:blue-600 text-size:large"&gt; &lt;i class="ss ss-document-duplicate"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; COPY ```
<div layout="relative" space="w:[100%] max-w:[300px]">
    <input type="text" space="w:[100%] h:big p-l:small-3x p-r:big" visual="border-w:regular border:neutral-200 rounded:medium text-size:base focus:outline:none focus:border:blue-600" value="Copy this text M" readonly />
    <button layout="absolute right:none top:none flex items:center justify:center" space="h:big w:big" visual="text:gray-500 hover:text:blue-600 text-size:large">
        <i class="ss ss-document-duplicate"></i>
    </button>
</div>
```

 

 

     

 

 &lt;div class="relative w-full max-w-\[300px\]"&gt; &lt;input type="text" class="w-full h-14 pl-3 pr-14 border-2 border-neutral-200 rounded-lg text-lg focus:outline-none focus:border-blue-600" value="Copy this text L" readonly /&gt; &lt;button class="absolute right-0 top-0 h-14 w-14 text-gray-500 hover:text-blue-600 flex items-center justify-center text-lg"&gt; &lt;i class="fas fa-copy"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; COPY ```
<div class="relative w-full max-w-[300px]">
    <input type="text" class="w-full h-14 pl-3 pr-14 border-2 border-neutral-200 rounded-lg text-lg focus:outline-none focus:border-blue-600" value="Copy this text L" readonly />
    <button class="absolute right-0 top-0 h-14 w-14 text-gray-500 hover:text-blue-600 flex items-center justify-center text-lg">
        <i class="fas fa-copy"></i>
    </button>
</div>
```

 

 

     

 

 &lt;div layout="relative" space="w:\[100%\] max-w:\[300px\]"&gt; &lt;input type="text" space="w:\[100%\] h:big-2x p-l:small-3x p-r:big-2x" visual="border-w:regular border:neutral-200 rounded:medium text-size:large focus:outline:none focus:border:blue-600" value="Copy this text L" readonly /&gt; &lt;button layout="absolute right:none top:none flex items:center justify:center" space="h:big-2x w:big-2x" visual="text:gray-500 hover:text:blue-600 text-size:big"&gt; &lt;i class="ss ss-document-duplicate"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; COPY ```
<div layout="relative" space="w:[100%] max-w:[300px]">
    <input type="text" space="w:[100%] h:big-2x p-l:small-3x p-r:big-2x" visual="border-w:regular border:neutral-200 rounded:medium text-size:large focus:outline:none focus:border:blue-600" value="Copy this text L" readonly />
    <button layout="absolute right:none top:none flex items:center justify:center" space="h:big-2x w:big-2x" visual="text:gray-500 hover:text:blue-600 text-size:big">
        <i class="ss ss-document-duplicate"></i>
    </button>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/dropdown/llms.txt)Dropdown 

  actions  

CSS-only details/summary dropdown

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

   Options S   [Account settings](#) [Support](#) [License](#) 

 

  

 &lt;details class="relative inline-block text-left"&gt; &lt;summary class="list-none cursor-pointer inline-flex w-full justify-center gap-x-1.5 rounded-md bg-white px-3 py-2 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50"&gt; Options S &lt;i class="fas fa-chevron-down mt-1 text-gray-400"&gt;&lt;/i&gt; &lt;/summary&gt; &lt;div class="absolute left-0 z-10 mt-2 w-56 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none"&gt; &lt;div class="py-1"&gt; &lt;a href="#" class="text-gray-700 block px-4 py-2 text-sm hover:bg-gray-100"&gt;Account settings&lt;/a&gt; &lt;a href="#" class="text-gray-700 block px-4 py-2 text-sm hover:bg-gray-100"&gt;Support&lt;/a&gt; &lt;a href="#" class="text-gray-700 block px-4 py-2 text-sm hover:bg-gray-100"&gt;License&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/details&gt; COPY ```
<details class="relative inline-block text-left">
  <summary class="list-none cursor-pointer inline-flex w-full justify-center gap-x-1.5 rounded-md bg-white px-3 py-2 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50">
    Options S
    <i class="fas fa-chevron-down mt-1 text-gray-400"></i>
  </summary>
  <div class="absolute left-0 z-10 mt-2 w-56 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none">
    <div class="py-1">
      <a href="#" class="text-gray-700 block px-4 py-2 text-sm hover:bg-gray-100">Account settings</a>
      <a href="#" class="text-gray-700 block px-4 py-2 text-sm hover:bg-gray-100">Support</a>
      <a href="#" class="text-gray-700 block px-4 py-2 text-sm hover:bg-gray-100">License</a>
    </div>
  </div>
</details>
```

 

 

   Options S   [Account settings](#) [Support](#) [License](#) 

 

  

 &lt;details layout="relative inline" visual="text:left"&gt; &lt;summary layout="inline-flex justify:center" space="w:full g-x:small p-x:small-3x p-y:small" visual="cursor:pointer rounded:small bg:white text-size:small font:tw-semibold text:gray-900 shadow:small ring:thin ring-color:gray-300 hover:bg:gray-50"&gt; Options S &lt;i space="m-t:regular" visual="text:gray-400 text-size:base" class="ss ss-chevron-down"&gt;&lt;/i&gt; &lt;/summary&gt; &lt;div layout="absolute left:none" space="m-t:small w:vast-5x" visual="rounded:small bg:white shadow:big ring:thin ring-color:black focus:outline:none"&gt; &lt;div space="p-y:tiny"&gt; &lt;a href="#" layout="block" space="p-x:medium p-y:small" visual="text:gray-700 text-size:small hover:bg:gray-100"&gt;Account settings&lt;/a&gt; &lt;a href="#" layout="block" space="p-x:medium p-y:small" visual="text:gray-700 text-size:small hover:bg:gray-100"&gt;Support&lt;/a&gt; &lt;a href="#" layout="block" space="p-x:medium p-y:small" visual="text:gray-700 text-size:small hover:bg:gray-100"&gt;License&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/details&gt; COPY ```
<details layout="relative inline" visual="text:left">
  <summary layout="inline-flex justify:center" space="w:full g-x:small p-x:small-3x p-y:small" visual="cursor:pointer rounded:small bg:white text-size:small font:tw-semibold text:gray-900 shadow:small ring:thin ring-color:gray-300 hover:bg:gray-50">
    Options S
    <i space="m-t:regular" visual="text:gray-400 text-size:base" class="ss ss-chevron-down"></i>
  </summary>
  <div layout="absolute left:none" space="m-t:small w:vast-5x" visual="rounded:small bg:white shadow:big ring:thin ring-color:black focus:outline:none">
    <div space="p-y:tiny">
      <a href="#" layout="block" space="p-x:medium p-y:small" visual="text:gray-700 text-size:small hover:bg:gray-100">Account settings</a>
      <a href="#" layout="block" space="p-x:medium p-y:small" visual="text:gray-700 text-size:small hover:bg:gray-100">Support</a>
      <a href="#" layout="block" space="p-x:medium p-y:small" visual="text:gray-700 text-size:small hover:bg:gray-100">License</a>
    </div>
  </div>
</details>
```

 

 

   Options M   [Account settings](#) [Support](#) [License](#) 

 

  

 &lt;details class="relative inline-block text-left"&gt; &lt;summary class="list-none cursor-pointer inline-flex w-full justify-center gap-x-1.5 rounded-md bg-white px-4 py-2.5 text-base font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50"&gt; Options M &lt;i class="fas fa-chevron-down mt-1 text-gray-400"&gt;&lt;/i&gt; &lt;/summary&gt; &lt;div class="absolute left-0 z-10 mt-2 w-64 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none"&gt; &lt;div class="py-1"&gt; &lt;a href="#" class="text-gray-700 block px-4 py-3 text-base hover:bg-gray-100"&gt;Account settings&lt;/a&gt; &lt;a href="#" class="text-gray-700 block px-4 py-3 text-base hover:bg-gray-100"&gt;Support&lt;/a&gt; &lt;a href="#" class="text-gray-700 block px-4 py-3 text-base hover:bg-gray-100"&gt;License&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/details&gt; COPY ```
<details class="relative inline-block text-left">
  <summary class="list-none cursor-pointer inline-flex w-full justify-center gap-x-1.5 rounded-md bg-white px-4 py-2.5 text-base font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50">
    Options M
    <i class="fas fa-chevron-down mt-1 text-gray-400"></i>
  </summary>
  <div class="absolute left-0 z-10 mt-2 w-64 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none">
    <div class="py-1">
      <a href="#" class="text-gray-700 block px-4 py-3 text-base hover:bg-gray-100">Account settings</a>
      <a href="#" class="text-gray-700 block px-4 py-3 text-base hover:bg-gray-100">Support</a>
      <a href="#" class="text-gray-700 block px-4 py-3 text-base hover:bg-gray-100">License</a>
    </div>
  </div>
</details>
```

 

 

   Options M   [Account settings](#) [Support](#) [License](#) 

 

  

 &lt;details layout="relative inline" visual="text:left"&gt; &lt;summary layout="inline-flex justify:center" space="w:full g-x:small p-x:medium p-y:small-2x" visual="cursor:pointer rounded:small bg:white text-size:base font:tw-semibold text:gray-900 shadow:small ring:thin ring-color:gray-300 hover:bg:gray-50"&gt; Options M &lt;i space="m-t:tiny" visual="text:gray-400 text-size:large" class="ss ss-chevron-down"&gt;&lt;/i&gt; &lt;/summary&gt; &lt;div layout="absolute left:none" space="m-t:small w:vast-7x" visual="rounded:small bg:white shadow:big ring:thin ring-color:black focus:outline:none"&gt; &lt;div space="p-y:tiny"&gt; &lt;a href="#" layout="block" space="p-x:medium p-y:small-3x" visual="text:gray-700 text-size:base hover:bg:gray-100"&gt;Account settings&lt;/a&gt; &lt;a href="#" layout="block" space="p-x:medium p-y:small-3x" visual="text:gray-700 text-size:base hover:bg:gray-100"&gt;Support&lt;/a&gt; &lt;a href="#" layout="block" space="p-x:medium p-y:small-3x" visual="text:gray-700 text-size:base hover:bg:gray-100"&gt;License&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/details&gt; COPY ```
<details layout="relative inline" visual="text:left">
  <summary layout="inline-flex justify:center" space="w:full g-x:small p-x:medium p-y:small-2x" visual="cursor:pointer rounded:small bg:white text-size:base font:tw-semibold text:gray-900 shadow:small ring:thin ring-color:gray-300 hover:bg:gray-50">
    Options M
    <i space="m-t:tiny" visual="text:gray-400 text-size:large" class="ss ss-chevron-down"></i>
  </summary>
  <div layout="absolute left:none" space="m-t:small w:vast-7x" visual="rounded:small bg:white shadow:big ring:thin ring-color:black focus:outline:none">
    <div space="p-y:tiny">
      <a href="#" layout="block" space="p-x:medium p-y:small-3x" visual="text:gray-700 text-size:base hover:bg:gray-100">Account settings</a>
      <a href="#" layout="block" space="p-x:medium p-y:small-3x" visual="text:gray-700 text-size:base hover:bg:gray-100">Support</a>
      <a href="#" layout="block" space="p-x:medium p-y:small-3x" visual="text:gray-700 text-size:base hover:bg:gray-100">License</a>
    </div>
  </div>
</details>
```

 

 

   Options L   [Account settings](#) [Support](#) [License](#) 

 

  

 &lt;details class="relative inline-block text-left"&gt; &lt;summary class="list-none cursor-pointer inline-flex w-full justify-center gap-x-1.5 rounded-md bg-white px-6 py-3 text-lg font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50"&gt; Options L &lt;i class="fas fa-chevron-down mt-1.5 text-gray-400"&gt;&lt;/i&gt; &lt;/summary&gt; &lt;div class="absolute left-0 z-10 mt-2 w-72 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none"&gt; &lt;div class="py-1"&gt; &lt;a href="#" class="text-gray-700 block px-6 py-4 text-lg hover:bg-gray-100"&gt;Account settings&lt;/a&gt; &lt;a href="#" class="text-gray-700 block px-6 py-4 text-lg hover:bg-gray-100"&gt;Support&lt;/a&gt; &lt;a href="#" class="text-gray-700 block px-6 py-4 text-lg hover:bg-gray-100"&gt;License&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/details&gt; COPY ```
<details class="relative inline-block text-left">
  <summary class="list-none cursor-pointer inline-flex w-full justify-center gap-x-1.5 rounded-md bg-white px-6 py-3 text-lg font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50">
    Options L
    <i class="fas fa-chevron-down mt-1.5 text-gray-400"></i>
  </summary>
  <div class="absolute left-0 z-10 mt-2 w-72 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none">
    <div class="py-1">
      <a href="#" class="text-gray-700 block px-6 py-4 text-lg hover:bg-gray-100">Account settings</a>
      <a href="#" class="text-gray-700 block px-6 py-4 text-lg hover:bg-gray-100">Support</a>
      <a href="#" class="text-gray-700 block px-6 py-4 text-lg hover:bg-gray-100">License</a>
    </div>
  </div>
</details>
```

 

 

   Options L   [Account settings](#) [Support](#) [License](#) 

 

  

 &lt;details layout="relative inline" visual="text:left"&gt; &lt;summary layout="inline-flex justify:center" space="w:full g-x:small p-x:medium-3x p-y:small-3x" visual="cursor:pointer rounded:small bg:white text-size:large font:tw-semibold text:gray-900 shadow:small ring:thin ring-color:gray-300 hover:bg:gray-50"&gt; Options L &lt;i space="m-t:tiny-2x" visual="text:gray-400 text-size:big" class="ss ss-chevron-down"&gt;&lt;/i&gt; &lt;/summary&gt; &lt;div layout="absolute left:none" space="m-t:small w:vast-8x" visual="rounded:small bg:white shadow:big ring:thin ring-color:black focus:outline:none"&gt; &lt;div space="p-y:tiny"&gt; &lt;a href="#" layout="block" space="p-x:medium-3x p-y:medium" visual="text:gray-700 text-size:large hover:bg:gray-100"&gt;Account settings&lt;/a&gt; &lt;a href="#" layout="block" space="p-x:medium-3x p-y:medium" visual="text:gray-700 text-size:large hover:bg:gray-100"&gt;Support&lt;/a&gt; &lt;a href="#" layout="block" space="p-x:medium-3x p-y:medium" visual="text:gray-700 text-size:large hover:bg:gray-100"&gt;License&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/details&gt; COPY ```
<details layout="relative inline" visual="text:left">
  <summary layout="inline-flex justify:center" space="w:full g-x:small p-x:medium-3x p-y:small-3x" visual="cursor:pointer rounded:small bg:white text-size:large font:tw-semibold text:gray-900 shadow:small ring:thin ring-color:gray-300 hover:bg:gray-50">
    Options L
    <i space="m-t:tiny-2x" visual="text:gray-400 text-size:big" class="ss ss-chevron-down"></i>
  </summary>
  <div layout="absolute left:none" space="m-t:small w:vast-8x" visual="rounded:small bg:white shadow:big ring:thin ring-color:black focus:outline:none">
    <div space="p-y:tiny">
      <a href="#" layout="block" space="p-x:medium-3x p-y:medium" visual="text:gray-700 text-size:large hover:bg:gray-100">Account settings</a>
      <a href="#" layout="block" space="p-x:medium-3x p-y:medium" visual="text:gray-700 text-size:large hover:bg:gray-100">Support</a>
      <a href="#" layout="block" space="p-x:medium-3x p-y:medium" visual="text:gray-700 text-size:large hover:bg:gray-100">License</a>
    </div>
  </div>
</details>
```

 

 

  ####  [\#](https://senangstart.com/components/links/llms.txt)Links 

  actions  

Standard Text Links

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 [Link S](#) 

 &lt;a href="#" class="text-blue-600 text-sm font-semibold hover:text-blue-800 underline transition-colors"&gt;Link S&lt;/a&gt; COPY ```
<a href="#" class="text-blue-600 text-sm font-semibold hover:text-blue-800 underline transition-colors">Link S</a>
```

 

 

 [Link S](#) 

 &lt;a href="#" visual="text:blue-600 text-size:small font:tw-semibold hover:text:blue-800 underline transition:colors"&gt;Link S&lt;/a&gt; COPY ```
<a href="#" visual="text:blue-600 text-size:small font:tw-semibold hover:text:blue-800 underline transition:colors">Link S</a>
```

 

 

 [Link M](#) 

 &lt;a href="#" class="text-blue-600 text-base font-semibold hover:text-blue-800 underline transition-colors"&gt;Link M&lt;/a&gt; COPY ```
<a href="#" class="text-blue-600 text-base font-semibold hover:text-blue-800 underline transition-colors">Link M</a>
```

 

 

 [Link M](#) 

 &lt;a href="#" visual="text:blue-600 text-size:base font:tw-semibold hover:text:blue-800 underline transition:colors"&gt;Link M&lt;/a&gt; COPY ```
<a href="#" visual="text:blue-600 text-size:base font:tw-semibold hover:text:blue-800 underline transition:colors">Link M</a>
```

 

 

 [Link L](#) 

 &lt;a href="#" class="text-blue-600 text-lg font-semibold hover:text-blue-800 underline transition-colors"&gt;Link L&lt;/a&gt; COPY ```
<a href="#" class="text-blue-600 text-lg font-semibold hover:text-blue-800 underline transition-colors">Link L</a>
```

 

 

 [Link L](#) 

 &lt;a href="#" visual="text:blue-600 text-size:large font:tw-semibold hover:text:blue-800 underline transition:colors"&gt;Link L&lt;/a&gt; COPY ```
<a href="#" visual="text:blue-600 text-size:large font:tw-semibold hover:text:blue-800 underline transition:colors">Link L</a>
```

 

 

  ####  [\#](https://senangstart.com/components/links-icon-end/llms.txt)Links (Icon End) 

  actions  

Links with icon at end

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 [Link S ](#) 

 &lt;a href="#" class="group text-blue-600 text-sm font-semibold inline-flex items-center gap-1 hover:text-blue-800 transition-colors"&gt;Link S &lt;i class="fas fa-arrow-right transform group-hover:translate-x-1 transition-transform"&gt;&lt;/i&gt;&lt;/a&gt; COPY ```
<a href="#" class="group text-blue-600 text-sm font-semibold inline-flex items-center gap-1 hover:text-blue-800 transition-colors">Link S <i class="fas fa-arrow-right transform group-hover:translate-x-1 transition-transform"></i></a>
```

 

 

 [Link S ](#) 

 &lt;a href="#" layout="inline-flex items:center" space="g:tiny" visual="text:blue-600 text-size:small font:tw-semibold hover:text:blue-800 transition:colors"&gt;Link S &lt;i visual="transition:transform" class="ss ss-arrow-right"&gt;&lt;/i&gt;&lt;/a&gt; COPY ```
<a href="#" layout="inline-flex items:center" space="g:tiny" visual="text:blue-600 text-size:small font:tw-semibold hover:text:blue-800 transition:colors">Link S <i visual="transition:transform" class="ss ss-arrow-right"></i></a>
```

 

 

 [Link M ](#) 

 &lt;a href="#" class="group text-blue-600 text-base font-semibold inline-flex items-center gap-2 hover:text-blue-800 transition-colors"&gt;Link M &lt;i class="fas fa-arrow-right transform group-hover:translate-x-1 transition-transform"&gt;&lt;/i&gt;&lt;/a&gt; COPY ```
<a href="#" class="group text-blue-600 text-base font-semibold inline-flex items-center gap-2 hover:text-blue-800 transition-colors">Link M <i class="fas fa-arrow-right transform group-hover:translate-x-1 transition-transform"></i></a>
```

 

 

 [Link M ](#) 

 &lt;a href="#" layout="inline-flex items:center" space="g:small" visual="text:blue-600 text-size:base font:tw-semibold hover:text:blue-800 transition:colors"&gt;Link M &lt;i visual="transition:transform" class="ss ss-arrow-right"&gt;&lt;/i&gt;&lt;/a&gt; COPY ```
<a href="#" layout="inline-flex items:center" space="g:small" visual="text:blue-600 text-size:base font:tw-semibold hover:text:blue-800 transition:colors">Link M <i visual="transition:transform" class="ss ss-arrow-right"></i></a>
```

 

 

 [Link L ](#) 

 &lt;a href="#" class="group text-blue-600 text-lg font-semibold inline-flex items-center gap-2 hover:text-blue-800 transition-colors"&gt;Link L &lt;i class="fas fa-arrow-right transform group-hover:translate-x-1 transition-transform"&gt;&lt;/i&gt;&lt;/a&gt; COPY ```
<a href="#" class="group text-blue-600 text-lg font-semibold inline-flex items-center gap-2 hover:text-blue-800 transition-colors">Link L <i class="fas fa-arrow-right transform group-hover:translate-x-1 transition-transform"></i></a>
```

 

 

 [Link L ](#) 

 &lt;a href="#" layout="inline-flex items:center" space="g:small" visual="text:blue-600 text-size:large font:tw-semibold hover:text:blue-800 transition:colors"&gt;Link L &lt;i visual="transition:transform" class="ss ss-arrow-right"&gt;&lt;/i&gt;&lt;/a&gt; COPY ```
<a href="#" layout="inline-flex items:center" space="g:small" visual="text:blue-600 text-size:large font:tw-semibold hover:text:blue-800 transition:colors">Link L <i visual="transition:transform" class="ss ss-arrow-right"></i></a>
```

 

 

  ####  [\#](https://senangstart.com/components/badge/llms.txt)Badge 

  feedback  

Status Badges

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 Badge S 

 &lt;span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded"&gt;Badge S&lt;/span&gt; COPY ```
<span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded">Badge S</span>
```

 

 

 Badge S 

 &lt;span space="p-x:small-2x p-y:regular" visual="bg:blue-100 text:blue-800 text-size:mini font:tw-medium rounded:small"&gt;Badge S&lt;/span&gt; COPY ```
<span space="p-x:small-2x p-y:regular" visual="bg:blue-100 text:blue-800 text-size:mini font:tw-medium rounded:small">Badge S</span>
```

 

 

 Badge M 

 &lt;span class="bg-blue-100 text-blue-800 text-sm font-medium px-3 py-1 rounded"&gt;Badge M&lt;/span&gt; COPY ```
<span class="bg-blue-100 text-blue-800 text-sm font-medium px-3 py-1 rounded">Badge M</span>
```

 

 

 Badge M 

 &lt;span space="p-x:small-3x p-y:tiny" visual="bg:blue-100 text:blue-800 text-size:small font:tw-medium rounded:small"&gt;Badge M&lt;/span&gt; COPY ```
<span space="p-x:small-3x p-y:tiny" visual="bg:blue-100 text:blue-800 text-size:small font:tw-medium rounded:small">Badge M</span>
```

 

 

 Badge L 

 &lt;span class="bg-blue-100 text-blue-800 text-base font-medium px-3.5 py-1.5 rounded"&gt;Badge L&lt;/span&gt; COPY ```
<span class="bg-blue-100 text-blue-800 text-base font-medium px-3.5 py-1.5 rounded">Badge L</span>
```

 

 

 Badge L 

 &lt;span space="p-x:small-4x p-y:tiny-2x" visual="bg:blue-100 text:blue-800 text-size:base font:tw-medium rounded:small"&gt;Badge L&lt;/span&gt; COPY ```
<span space="p-x:small-4x p-y:tiny-2x" visual="bg:blue-100 text:blue-800 text-size:base font:tw-medium rounded:small">Badge L</span>
```

 

 

  ####  [\#](https://senangstart.com/components/tag/llms.txt)Tag 

  feedback  

Dismissible Tags

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

  Tag S     

 &lt;span id="badge-dismiss-s" class="inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded"&gt; Tag S &lt;button type="button" class="inline-flex items-center p-0.5 ml-2 text-sm text-blue-400 bg-transparent rounded-sm hover:bg-blue-200 hover:text-blue-900" aria-label="Remove"&gt; &lt;i class="fas fa-times"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/span&gt; COPY ```
<span id="badge-dismiss-s" class="inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded">
  Tag S
  <button type="button" class="inline-flex items-center p-0.5 ml-2 text-sm text-blue-400 bg-transparent rounded-sm hover:bg-blue-200 hover:text-blue-900" aria-label="Remove">
    <i class="fas fa-times"></i>
  </button>
</span>
```

 

 

  Tag S     

 &lt;span id="badge-dismiss-s" layout="inline-flex items:center" space="p-x:small p-y:tiny" visual="text-size:mini font:tw-medium text:blue-800 bg:blue-100 rounded:small"&gt; Tag S &lt;button type="button" layout="inline-flex items:center" space="p:regular m-l:small" visual="text-size:small text:blue-400 bg:\[transparent\] rounded:small hover:bg:blue-200 hover:text:blue-900" aria-label="Remove"&gt; &lt;i class="ss ss-x-mark"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/span&gt; COPY ```
<span id="badge-dismiss-s" layout="inline-flex items:center" space="p-x:small p-y:tiny" visual="text-size:mini font:tw-medium text:blue-800 bg:blue-100 rounded:small">
  Tag S
  <button type="button" layout="inline-flex items:center" space="p:regular m-l:small" visual="text-size:small text:blue-400 bg:[transparent] rounded:small hover:bg:blue-200 hover:text:blue-900" aria-label="Remove">
    <i class="ss ss-x-mark"></i>
  </button>
</span>
```

 

 

  Tag M     

 &lt;span id="badge-dismiss-m" class="inline-flex items-center px-3 py-1.5 text-sm font-medium text-blue-800 bg-blue-100 rounded"&gt; Tag M &lt;button type="button" class="inline-flex items-center p-0.5 ml-2 text-sm text-blue-400 bg-transparent rounded-sm hover:bg-blue-200 hover:text-blue-900" aria-label="Remove"&gt; &lt;i class="fas fa-times"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/span&gt; COPY ```
<span id="badge-dismiss-m" class="inline-flex items-center px-3 py-1.5 text-sm font-medium text-blue-800 bg-blue-100 rounded">
  Tag M
  <button type="button" class="inline-flex items-center p-0.5 ml-2 text-sm text-blue-400 bg-transparent rounded-sm hover:bg-blue-200 hover:text-blue-900" aria-label="Remove">
    <i class="fas fa-times"></i>
  </button>
</span>
```

 

 

  Tag M     

 &lt;span id="badge-dismiss-m" layout="inline-flex items:center" space="p-x:small-3x p-y:tiny-2x" visual="text-size:small font:tw-medium text:blue-800 bg:blue-100 rounded:small"&gt; Tag M &lt;button type="button" layout="inline-flex items:center" space="p:regular m-l:small" visual="text-size:small text:blue-400 bg:\[transparent\] rounded:small hover:bg:blue-200 hover:text:blue-900" aria-label="Remove"&gt; &lt;i class="ss ss-x-mark"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/span&gt; COPY ```
<span id="badge-dismiss-m" layout="inline-flex items:center" space="p-x:small-3x p-y:tiny-2x" visual="text-size:small font:tw-medium text:blue-800 bg:blue-100 rounded:small">
  Tag M
  <button type="button" layout="inline-flex items:center" space="p:regular m-l:small" visual="text-size:small text:blue-400 bg:[transparent] rounded:small hover:bg:blue-200 hover:text:blue-900" aria-label="Remove">
    <i class="ss ss-x-mark"></i>
  </button>
</span>
```

 

 

  Tag L     

 &lt;span id="badge-dismiss-l" class="inline-flex items-center px-4 py-2 text-base font-medium text-blue-800 bg-blue-100 rounded"&gt; Tag L &lt;button type="button" class="inline-flex items-center p-0.5 ml-2 text-sm text-blue-400 bg-transparent rounded-sm hover:bg-blue-200 hover:text-blue-900" aria-label="Remove"&gt; &lt;i class="fas fa-times"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/span&gt; COPY ```
<span id="badge-dismiss-l" class="inline-flex items-center px-4 py-2 text-base font-medium text-blue-800 bg-blue-100 rounded">
  Tag L
  <button type="button" class="inline-flex items-center p-0.5 ml-2 text-sm text-blue-400 bg-transparent rounded-sm hover:bg-blue-200 hover:text-blue-900" aria-label="Remove">
    <i class="fas fa-times"></i>
  </button>
</span>
```

 

 

  Tag L     

 &lt;span id="badge-dismiss-l" layout="inline-flex items:center" space="p-x:medium p-y:small" visual="text-size:base font:tw-medium text:blue-800 bg:blue-100 rounded:small"&gt; Tag L &lt;button type="button" layout="inline-flex items:center" space="p:regular m-l:small" visual="text-size:small text:blue-400 bg:\[transparent\] rounded:small hover:bg:blue-200 hover:text:blue-900" aria-label="Remove"&gt; &lt;i class="ss ss-x-mark"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/span&gt; COPY ```
<span id="badge-dismiss-l" layout="inline-flex items:center" space="p-x:medium p-y:small" visual="text-size:base font:tw-medium text:blue-800 bg:blue-100 rounded:small">
  Tag L
  <button type="button" layout="inline-flex items:center" space="p:regular m-l:small" visual="text-size:small text:blue-400 bg:[transparent] rounded:small hover:bg:blue-200 hover:text:blue-900" aria-label="Remove">
    <i class="ss ss-x-mark"></i>
  </button>
</span>
```

 

 

  ####  [\#](https://senangstart.com/components/callout/llms.txt)Callout 

  feedback  

Info/Alert Box

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 Info alert! Change a few things up and try submitting again. 

 

 &lt;div class="p-4 mb-4 text-sm text-blue-800 rounded-lg bg-blue-50 border border-blue-200" role="alert"&gt; &lt;span class="font-medium"&gt;Info alert!&lt;/span&gt; Change a few things up and try submitting again. &lt;/div&gt; COPY ```
<div class="p-4 mb-4 text-sm text-blue-800 rounded-lg bg-blue-50 border border-blue-200" role="alert">
  <span class="font-medium">Info alert!</span> Change a few things up and try submitting again.
</div>
```

 

 

 Info alert! Change a few things up and try submitting again. 

 

 &lt;div space="p:medium m-b:medium" visual="text-size:small text:blue-800 rounded:medium bg:blue-50 border-w:thin border:blue-200" role="alert"&gt; &lt;span visual="font:tw-medium"&gt;Info alert!&lt;/span&gt; Change a few things up and try submitting again. &lt;/div&gt; COPY ```
<div space="p:medium m-b:medium" visual="text-size:small text:blue-800 rounded:medium bg:blue-50 border-w:thin border:blue-200" role="alert">
  <span visual="font:tw-medium">Info alert!</span> Change a few things up and try submitting again.
</div>
```

 

 

 Info alert! Change a few things up and try submitting again. 

 

 &lt;div class="p-6 mb-4 text-base text-blue-800 rounded-lg bg-blue-50 border border-blue-200" role="alert"&gt; &lt;span class="font-medium"&gt;Info alert!&lt;/span&gt; Change a few things up and try submitting again. &lt;/div&gt; COPY ```
<div class="p-6 mb-4 text-base text-blue-800 rounded-lg bg-blue-50 border border-blue-200" role="alert">
  <span class="font-medium">Info alert!</span> Change a few things up and try submitting again.
</div>
```

 

 

 Info alert! Change a few things up and try submitting again. 

 

 &lt;div space="p:medium-3x m-b:medium" visual="text-size:base text:blue-800 rounded:medium bg:blue-50 border-w:thin border:blue-200" role="alert"&gt; &lt;span visual="font:tw-medium"&gt;Info alert!&lt;/span&gt; Change a few things up and try submitting again. &lt;/div&gt; COPY ```
<div space="p:medium-3x m-b:medium" visual="text-size:base text:blue-800 rounded:medium bg:blue-50 border-w:thin border:blue-200" role="alert">
  <span visual="font:tw-medium">Info alert!</span> Change a few things up and try submitting again.
</div>
```

 

 

 Info alert! Change a few things up and try submitting again. 

 

 &lt;div class="p-8 mb-4 text-lg text-blue-800 rounded-lg bg-blue-50 border border-blue-200" role="alert"&gt; &lt;span class="font-medium"&gt;Info alert!&lt;/span&gt; Change a few things up and try submitting again. &lt;/div&gt; COPY ```
<div class="p-8 mb-4 text-lg text-blue-800 rounded-lg bg-blue-50 border border-blue-200" role="alert">
  <span class="font-medium">Info alert!</span> Change a few things up and try submitting again.
</div>
```

 

 

 Info alert! Change a few things up and try submitting again. 

 

 &lt;div space="p:large m-b:medium" visual="text-size:large text:blue-800 rounded:medium bg:blue-50 border-w:thin border:blue-200" role="alert"&gt; &lt;span visual="font:tw-medium"&gt;Info alert!&lt;/span&gt; Change a few things up and try submitting again. &lt;/div&gt; COPY ```
<div space="p:large m-b:medium" visual="text-size:large text:blue-800 rounded:medium bg:blue-50 border-w:thin border:blue-200" role="alert">
  <span visual="font:tw-medium">Info alert!</span> Change a few things up and try submitting again.
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/progress-bar/llms.txt)Progress Bar 

  feedback  

Linear Progress

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 



 

 

 &lt;div class="w-full bg-neutral-200 rounded-full h-1.5 mb-4"&gt; &lt;div class="bg-blue-600 h-1.5 rounded-full" style="width: 45%"&gt;&lt;/div&gt; &lt;/div&gt; COPY ```
<div class="w-full bg-neutral-200 rounded-full h-1.5 mb-4">
  <div class="bg-blue-600 h-1.5 rounded-full" style="width: 45%"></div>
</div>
```

 

 



 

 

 &lt;div space="w:\[100%\] h:tiny-2x m-b:medium" visual="bg:neutral-200 rounded:round"&gt; &lt;div space="h:tiny-2x w:\[45%\]" visual="bg:blue-600 rounded:round"&gt;&lt;/div&gt; &lt;/div&gt; COPY ```
<div space="w:[100%] h:tiny-2x m-b:medium" visual="bg:neutral-200 rounded:round">
  <div space="h:tiny-2x w:[45%]" visual="bg:blue-600 rounded:round"></div>
</div>
```

 

 



 

 

 &lt;div class="w-full bg-neutral-200 rounded-full h-2.5 mb-4"&gt; &lt;div class="bg-blue-600 h-2.5 rounded-full" style="width: 45%"&gt;&lt;/div&gt; &lt;/div&gt; COPY ```
<div class="w-full bg-neutral-200 rounded-full h-2.5 mb-4">
  <div class="bg-blue-600 h-2.5 rounded-full" style="width: 45%"></div>
</div>
```

 

 



 

 

 &lt;div space="w:\[100%\] h:small-2x m-b:medium" visual="bg:neutral-200 rounded:round"&gt; &lt;div space="h:small-2x w:\[45%\]" visual="bg:blue-600 rounded:round"&gt;&lt;/div&gt; &lt;/div&gt; COPY ```
<div space="w:[100%] h:small-2x m-b:medium" visual="bg:neutral-200 rounded:round">
  <div space="h:small-2x w:[45%]" visual="bg:blue-600 rounded:round"></div>
</div>
```

 

 



 

 

 &lt;div class="w-full bg-neutral-200 rounded-full h-4 mb-4"&gt; &lt;div class="bg-blue-600 h-4 rounded-full" style="width: 45%"&gt;&lt;/div&gt; &lt;/div&gt; COPY ```
<div class="w-full bg-neutral-200 rounded-full h-4 mb-4">
  <div class="bg-blue-600 h-4 rounded-full" style="width: 45%"></div>
</div>
```

 

 



 

 

 &lt;div space="w:\[100%\] h:medium m-b:medium" visual="bg:neutral-200 rounded:round"&gt; &lt;div space="h:medium w:\[45%\]" visual="bg:blue-600 rounded:round"&gt;&lt;/div&gt; &lt;/div&gt; COPY ```
<div space="w:[100%] h:medium m-b:medium" visual="bg:neutral-200 rounded:round">
  <div space="h:medium w:[45%]" visual="bg:blue-600 rounded:round"></div>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/spinner/llms.txt)Spinner 

  feedback  

Loading Indicator

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

  Loading... 

 

 &lt;div role="status"&gt; &lt;svg aria-hidden="true" class="w-4 h-4 text-gray-200 animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/&gt;&lt;path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/&gt;&lt;/svg&gt; &lt;span class="sr-only"&gt;Loading...&lt;/span&gt; &lt;/div&gt; COPY ```
<div role="status">
    <svg aria-hidden="true" class="w-4 h-4 text-gray-200 animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/><path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/></svg>
    <span class="sr-only">Loading...</span>
</div>
```

 

 

  Loading... 

 

 &lt;div role="status"&gt; &lt;svg aria-hidden="true" space="w:medium h:medium" visual="text:gray-200" class="animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/&gt;&lt;path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/&gt;&lt;/svg&gt; &lt;span class="sr-only"&gt;Loading...&lt;/span&gt; &lt;/div&gt; COPY ```
<div role="status">
    <svg aria-hidden="true" space="w:medium h:medium" visual="text:gray-200" class="animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/><path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/></svg>
    <span class="sr-only">Loading...</span>
</div>
```

 

 

  Loading... 

 

 &lt;div role="status"&gt; &lt;svg aria-hidden="true" class="w-8 h-8 text-gray-200 animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/&gt;&lt;path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/&gt;&lt;/svg&gt; &lt;span class="sr-only"&gt;Loading...&lt;/span&gt; &lt;/div&gt; COPY ```
<div role="status">
    <svg aria-hidden="true" class="w-8 h-8 text-gray-200 animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/><path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/></svg>
    <span class="sr-only">Loading...</span>
</div>
```

 

 

  Loading... 

 

 &lt;div role="status"&gt; &lt;svg aria-hidden="true" space="w:large h:large" visual="text:gray-200" class="animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/&gt;&lt;path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/&gt;&lt;/svg&gt; &lt;span class="sr-only"&gt;Loading...&lt;/span&gt; &lt;/div&gt; COPY ```
<div role="status">
    <svg aria-hidden="true" space="w:large h:large" visual="text:gray-200" class="animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/><path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/></svg>
    <span class="sr-only">Loading...</span>
</div>
```

 

 

  Loading... 

 

 &lt;div role="status"&gt; &lt;svg aria-hidden="true" class="w-12 h-12 text-gray-200 animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/&gt;&lt;path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/&gt;&lt;/svg&gt; &lt;span class="sr-only"&gt;Loading...&lt;/span&gt; &lt;/div&gt; COPY ```
<div role="status">
    <svg aria-hidden="true" class="w-12 h-12 text-gray-200 animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/><path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/></svg>
    <span class="sr-only">Loading...</span>
</div>
```

 

 

  Loading... 

 

 &lt;div role="status"&gt; &lt;svg aria-hidden="true" space="w:big h:big" visual="text:gray-200" class="animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/&gt;&lt;path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/&gt;&lt;/svg&gt; &lt;span class="sr-only"&gt;Loading...&lt;/span&gt; &lt;/div&gt; COPY ```
<div role="status">
    <svg aria-hidden="true" space="w:big h:big" visual="text:gray-200" class="animate-spin fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/><path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/></svg>
    <span class="sr-only">Loading...</span>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/tooltip/llms.txt)Tooltip 

  feedback  

Hover Tooltip

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 Hover me (S) Tooltip text 

 

 

 

 &lt;div class="relative group inline-block"&gt; &lt;button type="button" class="text-white bg-blue-600 hover:bg-blue-700 font-medium rounded-lg text-sm px-5 py-2.5 text-center"&gt;Hover me (S)&lt;/button&gt; &lt;div class="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 hidden group-hover:block w-max px-2 py-1 bg-gray-900 text-white text-xs rounded shadow-sm transition-opacity duration-300"&gt; Tooltip text &lt;div class="absolute top-full left-1/2 -translate-x-1/2 border-4 border-transparent border-t-gray-900"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="relative group inline-block">
    <button type="button" class="text-white bg-blue-600 hover:bg-blue-700 font-medium rounded-lg text-sm px-5 py-2.5 text-center">Hover me (S)</button>
    <div class="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 hidden group-hover:block w-max px-2 py-1 bg-gray-900 text-white text-xs rounded shadow-sm transition-opacity duration-300">
        Tooltip text
        <div class="absolute top-full left-1/2 -translate-x-1/2 border-4 border-transparent border-t-gray-900"></div>
    </div>
</div>
```

 

 

 Hover me (S) Tooltip text 

 

 

 

 &lt;div layout="relative hoverable focusable pressable expandable inline"&gt; &lt;button type="button" space="p-x:medium-2x p-y:small-2x" visual="text:white bg:blue-600 hover:bg:blue-700 font:tw-medium rounded:medium text-size:small text:center"&gt;Hover me (S)&lt;/button&gt; &lt;div layout="absolute bottom:full left:half hidden hover:block" space="m-b:small w:\[max-content\] p-x:small p-y:tiny" visual="translate-x:-half bg:gray-900 text:white text-size:mini rounded:small shadow:small transition:opacity duration:slow"&gt; Tooltip text &lt;div layout="absolute top:full left:half" visual="translate-x:-half border-w:tiny border:transparent border-t:gray-900"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div layout="relative hoverable focusable pressable expandable inline">
    <button type="button" space="p-x:medium-2x p-y:small-2x" visual="text:white bg:blue-600 hover:bg:blue-700 font:tw-medium rounded:medium text-size:small text:center">Hover me (S)</button>
    <div layout="absolute bottom:full left:half hidden hover:block" space="m-b:small w:[max-content] p-x:small p-y:tiny" visual="translate-x:-half bg:gray-900 text:white text-size:mini rounded:small shadow:small transition:opacity duration:slow">
        Tooltip text
        <div layout="absolute top:full left:half" visual="translate-x:-half border-w:tiny border:transparent border-t:gray-900"></div>
    </div>
</div>
```

 

 

 Hover me (M) Tooltip text 

 

 

 

 &lt;div class="relative group inline-block"&gt; &lt;button type="button" class="text-white bg-blue-600 hover:bg-blue-700 font-medium rounded-lg text-base px-6 py-3 text-center"&gt;Hover me (M)&lt;/button&gt; &lt;div class="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 hidden group-hover:block w-max px-3 py-2 bg-gray-900 text-white text-sm rounded shadow-sm transition-opacity duration-300"&gt; Tooltip text &lt;div class="absolute top-full left-1/2 -translate-x-1/2 border-4 border-transparent border-t-gray-900"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="relative group inline-block">
    <button type="button" class="text-white bg-blue-600 hover:bg-blue-700 font-medium rounded-lg text-base px-6 py-3 text-center">Hover me (M)</button>
    <div class="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 hidden group-hover:block w-max px-3 py-2 bg-gray-900 text-white text-sm rounded shadow-sm transition-opacity duration-300">
        Tooltip text
        <div class="absolute top-full left-1/2 -translate-x-1/2 border-4 border-transparent border-t-gray-900"></div>
    </div>
</div>
```

 

 

 Hover me (M) Tooltip text 

 

 

 

 &lt;div layout="relative hoverable focusable pressable expandable inline"&gt; &lt;button type="button" space="p-x:medium-3x p-y:small-3x" visual="text:white bg:blue-600 hover:bg:blue-700 font:tw-medium rounded:medium text-size:base text:center"&gt;Hover me (M)&lt;/button&gt; &lt;div layout="absolute bottom:full left:half hidden hover:block" space="m-b:small w:\[max-content\] p-x:small-3x p-y:small" visual="translate-x:-half bg:gray-900 text:white text-size:small rounded:small shadow:small transition:opacity duration:slow"&gt; Tooltip text &lt;div layout="absolute top:full left:half" visual="translate-x:-half border-w:tiny border:transparent border-t:gray-900"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div layout="relative hoverable focusable pressable expandable inline">
    <button type="button" space="p-x:medium-3x p-y:small-3x" visual="text:white bg:blue-600 hover:bg:blue-700 font:tw-medium rounded:medium text-size:base text:center">Hover me (M)</button>
    <div layout="absolute bottom:full left:half hidden hover:block" space="m-b:small w:[max-content] p-x:small-3x p-y:small" visual="translate-x:-half bg:gray-900 text:white text-size:small rounded:small shadow:small transition:opacity duration:slow">
        Tooltip text
        <div layout="absolute top:full left:half" visual="translate-x:-half border-w:tiny border:transparent border-t:gray-900"></div>
    </div>
</div>
```

 

 

 Hover me (L) Tooltip text 

 

 

 

 &lt;div class="relative group inline-block"&gt; &lt;button type="button" class="text-white bg-blue-600 hover:bg-blue-700 font-medium rounded-lg text-lg px-8 py-3.5 text-center"&gt;Hover me (L)&lt;/button&gt; &lt;div class="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 hidden group-hover:block w-max px-4 py-2 bg-gray-900 text-white text-base rounded shadow-sm transition-opacity duration-300"&gt; Tooltip text &lt;div class="absolute top-full left-1/2 -translate-x-1/2 border-4 border-transparent border-t-gray-900"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="relative group inline-block">
    <button type="button" class="text-white bg-blue-600 hover:bg-blue-700 font-medium rounded-lg text-lg px-8 py-3.5 text-center">Hover me (L)</button>
    <div class="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 hidden group-hover:block w-max px-4 py-2 bg-gray-900 text-white text-base rounded shadow-sm transition-opacity duration-300">
        Tooltip text
        <div class="absolute top-full left-1/2 -translate-x-1/2 border-4 border-transparent border-t-gray-900"></div>
    </div>
</div>
```

 

 

 Hover me (L) Tooltip text 

 

 

 

 &lt;div layout="relative hoverable focusable pressable expandable inline"&gt; &lt;button type="button" space="p-x:large p-y:small-4x" visual="text:white bg:blue-600 hover:bg:blue-700 font:tw-medium rounded:medium text-size:large text:center"&gt;Hover me (L)&lt;/button&gt; &lt;div layout="absolute bottom:full left:half hidden hover:block" space="m-b:small w:\[max-content\] p-x:medium p-y:small" visual="translate-x:-half bg:gray-900 text:white text-size:base rounded:small shadow:small transition:opacity duration:slow"&gt; Tooltip text &lt;div layout="absolute top:full left:half" visual="translate-x:-half border-w:tiny border:transparent border-t:gray-900"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div layout="relative hoverable focusable pressable expandable inline">
    <button type="button" space="p-x:large p-y:small-4x" visual="text:white bg:blue-600 hover:bg:blue-700 font:tw-medium rounded:medium text-size:large text:center">Hover me (L)</button>
    <div layout="absolute bottom:full left:half hidden hover:block" space="m-b:small w:[max-content] p-x:medium p-y:small" visual="translate-x:-half bg:gray-900 text:white text-size:base rounded:small shadow:small transition:opacity duration:slow">
        Tooltip text
        <div layout="absolute top:full left:half" visual="translate-x:-half border-w:tiny border:transparent border-t:gray-900"></div>
    </div>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/progress-ring/llms.txt)Progress Ring 

  feedback  

Circular Progress

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

     75% 

 

 &lt;div class="relative w-10 h-10"&gt; &lt;svg class="w-full h-full transform -rotate-90" viewBox="0 0 36 36"&gt; &lt;path class="text-gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="4" /&gt; &lt;path class="text-blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="4" /&gt; &lt;/svg&gt; &lt;span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-\[8px\] font-bold text-blue-600"&gt;75%&lt;/span&gt; &lt;/div&gt; COPY ```
<div class="relative w-10 h-10">
  <svg class="w-full h-full transform -rotate-90" viewBox="0 0 36 36">
    <path class="text-gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="4" />
    <path class="text-blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="4" />
  </svg>
  <span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-[8px] font-bold text-blue-600">75%</span>
</div>
```

 

 

     75% 

 

 &lt;div layout="relative" space="w:large-3x h:large-3x"&gt; &lt;svg space="w:\[100%\] h:\[100%\]" class="transform -rotate-90" viewBox="0 0 36 36"&gt; &lt;path visual="text:gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="4" /&gt; &lt;path visual="text:blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="4" /&gt; &lt;/svg&gt; &lt;span layout="absolute" visual="font:tw-bold text:blue-600" class="top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-\[8px\]"&gt;75%&lt;/span&gt; &lt;/div&gt; COPY ```
<div layout="relative" space="w:large-3x h:large-3x">
  <svg space="w:[100%] h:[100%]" class="transform -rotate-90" viewBox="0 0 36 36">
    <path visual="text:gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="4" />
    <path visual="text:blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="4" />
  </svg>
  <span layout="absolute" visual="font:tw-bold text:blue-600" class="top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-[8px]">75%</span>
</div>
```

 

 

     75% 

 

 &lt;div class="relative w-16 h-16"&gt; &lt;svg class="w-full h-full transform -rotate-90" viewBox="0 0 36 36"&gt; &lt;path class="text-gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="3" /&gt; &lt;path class="text-blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="3" /&gt; &lt;/svg&gt; &lt;span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-xs font-bold text-blue-600"&gt;75%&lt;/span&gt; &lt;/div&gt; COPY ```
<div class="relative w-16 h-16">
  <svg class="w-full h-full transform -rotate-90" viewBox="0 0 36 36">
    <path class="text-gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="3" />
    <path class="text-blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="3" />
  </svg>
  <span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-xs font-bold text-blue-600">75%</span>
</div>
```

 

 

     75% 

 

 &lt;div layout="relative" space="w:big-3x h:big-3x"&gt; &lt;svg space="w:\[100%\] h:\[100%\]" class="transform -rotate-90" viewBox="0 0 36 36"&gt; &lt;path visual="text:gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="3" /&gt; &lt;path visual="text:blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="3" /&gt; &lt;/svg&gt; &lt;span layout="absolute" visual="text-size:mini font:tw-bold text:blue-600" class="top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"&gt;75%&lt;/span&gt; &lt;/div&gt; COPY ```
<div layout="relative" space="w:big-3x h:big-3x">
  <svg space="w:[100%] h:[100%]" class="transform -rotate-90" viewBox="0 0 36 36">
    <path visual="text:gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="3" />
    <path visual="text:blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="3" />
  </svg>
  <span layout="absolute" visual="text-size:mini font:tw-bold text:blue-600" class="top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">75%</span>
</div>
```

 

 

     75% 

 

 &lt;div class="relative w-24 h-24"&gt; &lt;svg class="w-full h-full transform -rotate-90" viewBox="0 0 36 36"&gt; &lt;path class="text-gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="2.5" /&gt; &lt;path class="text-blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="2.5" /&gt; &lt;/svg&gt; &lt;span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-base font-bold text-blue-600"&gt;75%&lt;/span&gt; &lt;/div&gt; COPY ```
<div class="relative w-24 h-24">
  <svg class="w-full h-full transform -rotate-90" viewBox="0 0 36 36">
    <path class="text-gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="2.5" />
    <path class="text-blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="2.5" />
  </svg>
  <span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-base font-bold text-blue-600">75%</span>
</div>
```

 

 

     75% 

 

 &lt;div layout="relative" space="w:giant h:giant"&gt; &lt;svg space="w:\[100%\] h:\[100%\]" class="transform -rotate-90" viewBox="0 0 36 36"&gt; &lt;path visual="text:gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="2.5" /&gt; &lt;path visual="text:blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="2.5" /&gt; &lt;/svg&gt; &lt;span layout="absolute" visual="text-size:base font:tw-bold text:blue-600" class="top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"&gt;75%&lt;/span&gt; &lt;/div&gt; COPY ```
<div layout="relative" space="w:giant h:giant">
  <svg space="w:[100%] h:[100%]" class="transform -rotate-90" viewBox="0 0 36 36">
    <path visual="text:gray-200" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="2.5" />
    <path visual="text:blue-600" stroke-dasharray="75, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" fill="none" stroke="currentColor" stroke-width="2.5" />
  </svg>
  <span layout="absolute" visual="text-size:base font:tw-bold text:blue-600" class="top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">75%</span>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/inputs/llms.txt)Inputs 

  forms  

Standard Text Inputs

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

  

 &lt;input type="text" class="h-10 px-3 w-full border-2 border-neutral-200 rounded-lg text-sm focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Input S"&gt; COPY ```
<input type="text" class="h-10 px-3 w-full border-2 border-neutral-200 rounded-lg text-sm focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Input S">
```

 

 

  

 &lt;input type="text" space="h:large-3x p-x:small-3x w:\[100%\]" visual="border-w:regular border:neutral-200 rounded:medium text-size:small focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" placeholder="Input S"&gt; COPY ```
<input type="text" space="h:large-3x p-x:small-3x w:[100%]" visual="border-w:regular border:neutral-200 rounded:medium text-size:small focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" placeholder="Input S">
```

 

 

  

 &lt;input type="text" class="h-12 px-3 w-full border-2 border-neutral-200 rounded-lg text-base focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Input M"&gt; COPY ```
<input type="text" class="h-12 px-3 w-full border-2 border-neutral-200 rounded-lg text-base focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Input M">
```

 

 

  

 &lt;input type="text" space="h:big p-x:small-3x w:\[100%\]" visual="border-w:regular border:neutral-200 rounded:medium text-size:base focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" placeholder="Input M"&gt; COPY ```
<input type="text" space="h:big p-x:small-3x w:[100%]" visual="border-w:regular border:neutral-200 rounded:medium text-size:base focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" placeholder="Input M">
```

 

 

  

 &lt;input type="text" class="h-14 px-3 w-full border-2 border-neutral-200 rounded-lg text-lg focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Input L"&gt; COPY ```
<input type="text" class="h-14 px-3 w-full border-2 border-neutral-200 rounded-lg text-lg focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Input L">
```

 

 

  

 &lt;input type="text" space="h:big-2x p-x:small-3x w:\[100%\]" visual="border-w:regular border:neutral-200 rounded:medium text-size:large focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" placeholder="Input L"&gt; COPY ```
<input type="text" space="h:big-2x p-x:small-3x w:[100%]" visual="border-w:regular border:neutral-200 rounded:medium text-size:large focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" placeholder="Input L">
```

 

 

  ####  [\#](https://senangstart.com/components/inputs-icon-start/llms.txt)Inputs (Icon Start) 

  forms  

Input with icon at start

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

     

 

 &lt;div class="relative"&gt; &lt;span class="absolute inset-y-0 left-0 flex items-center pl-3 text-gray-500"&gt; &lt;i class="fas fa-envelope"&gt;&lt;/i&gt; &lt;/span&gt; &lt;input type="text" class="h-10 pl-10 pr-3 w-full border-2 border-neutral-200 rounded-lg text-sm focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Email S"&gt; &lt;/div&gt; COPY ```
<div class="relative">
  <span class="absolute inset-y-0 left-0 flex items-center pl-3 text-gray-500">
    <i class="fas fa-envelope"></i>
  </span>
  <input type="text" class="h-10 pl-10 pr-3 w-full border-2 border-neutral-200 rounded-lg text-sm focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Email S">
</div>
```

 

 

     

 

 &lt;div layout="relative"&gt; &lt;span layout="absolute inset-y:none left:none flex items:center" space="p-l:small-3x" visual="text:gray-500"&gt; &lt;i class="ss ss-envelope"&gt;&lt;/i&gt; &lt;/span&gt; &lt;input type="text" space="h:large-3x p-l:large-3x p-r:small-3x w:\[100%\]" visual="border-w:regular border:neutral-200 rounded:medium text-size:small focus:outline:none focus:border:blue-600 transition:colors" placeholder="Email S"&gt; &lt;/div&gt; COPY ```
<div layout="relative">
  <span layout="absolute inset-y:none left:none flex items:center" space="p-l:small-3x" visual="text:gray-500">
    <i class="ss ss-envelope"></i>
  </span>
  <input type="text" space="h:large-3x p-l:large-3x p-r:small-3x w:[100%]" visual="border-w:regular border:neutral-200 rounded:medium text-size:small focus:outline:none focus:border:blue-600 transition:colors" placeholder="Email S">
</div>
```

 

 

     

 

 &lt;div class="relative"&gt; &lt;span class="absolute inset-y-0 left-0 flex items-center pl-3 text-gray-500"&gt; &lt;i class="fas fa-envelope text-lg"&gt;&lt;/i&gt; &lt;/span&gt; &lt;input type="text" class="h-12 pl-12 pr-3 w-full border-2 border-neutral-200 rounded-lg text-base focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Email M"&gt; &lt;/div&gt; COPY ```
<div class="relative">
  <span class="absolute inset-y-0 left-0 flex items-center pl-3 text-gray-500">
    <i class="fas fa-envelope text-lg"></i>
  </span>
  <input type="text" class="h-12 pl-12 pr-3 w-full border-2 border-neutral-200 rounded-lg text-base focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Email M">
</div>
```

 

 

     

 

 &lt;div layout="relative"&gt; &lt;span layout="absolute inset-y:none left:none flex items:center" space="p-l:small-3x" visual="text:gray-500"&gt; &lt;i visual="text-size:large" class="ss ss-envelope"&gt;&lt;/i&gt; &lt;/span&gt; &lt;input type="text" space="h:big p-l:big p-r:small-3x w:\[100%\]" visual="border-w:regular border:neutral-200 rounded:medium text-size:base focus:outline:none focus:border:blue-600 transition:colors" placeholder="Email M"&gt; &lt;/div&gt; COPY ```
<div layout="relative">
  <span layout="absolute inset-y:none left:none flex items:center" space="p-l:small-3x" visual="text:gray-500">
    <i visual="text-size:large" class="ss ss-envelope"></i>
  </span>
  <input type="text" space="h:big p-l:big p-r:small-3x w:[100%]" visual="border-w:regular border:neutral-200 rounded:medium text-size:base focus:outline:none focus:border:blue-600 transition:colors" placeholder="Email M">
</div>
```

 

 

     

 

 &lt;div class="relative"&gt; &lt;span class="absolute inset-y-0 left-0 flex items-center pl-4 text-gray-500"&gt; &lt;i class="fas fa-envelope text-xl"&gt;&lt;/i&gt; &lt;/span&gt; &lt;input type="text" class="h-14 pl-14 pr-3 w-full border-2 border-neutral-200 rounded-lg text-lg focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Email L"&gt; &lt;/div&gt; COPY ```
<div class="relative">
  <span class="absolute inset-y-0 left-0 flex items-center pl-4 text-gray-500">
    <i class="fas fa-envelope text-xl"></i>
  </span>
  <input type="text" class="h-14 pl-14 pr-3 w-full border-2 border-neutral-200 rounded-lg text-lg focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" placeholder="Email L">
</div>
```

 

 

     

 

 &lt;div layout="relative"&gt; &lt;span layout="absolute inset-y:none left:none flex items:center" space="p-l:medium" visual="text:gray-500"&gt; &lt;i visual="text-size:big" class="ss ss-envelope"&gt;&lt;/i&gt; &lt;/span&gt; &lt;input type="text" space="h:big-2x p-l:big-2x p-r:small-3x w:\[100%\]" visual="border-w:regular border:neutral-200 rounded:medium text-size:large focus:outline:none focus:border:blue-600 transition:colors" placeholder="Email L"&gt; &lt;/div&gt; COPY ```
<div layout="relative">
  <span layout="absolute inset-y:none left:none flex items:center" space="p-l:medium" visual="text:gray-500">
    <i visual="text-size:big" class="ss ss-envelope"></i>
  </span>
  <input type="text" space="h:big-2x p-l:big-2x p-r:small-3x w:[100%]" visual="border-w:regular border:neutral-200 rounded:medium text-size:large focus:outline:none focus:border:blue-600 transition:colors" placeholder="Email L">
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/textarea/llms.txt)Textarea 

  forms  

Standard Textarea

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

  

 &lt;textarea class="w-full py-2 px-3 border-2 border-neutral-200 rounded-lg text-sm focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" rows="3" placeholder="Type here (S)..."&gt;&lt;/textarea&gt; COPY ```
<textarea class="w-full py-2 px-3 border-2 border-neutral-200 rounded-lg text-sm focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" rows="3" placeholder="Type here (S)..."></textarea>
```

 

 

  

 &lt;textarea space="w:\[100%\] p-y:small p-x:small-3x" visual="border-w:regular border:neutral-200 rounded:medium text-size:small focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" rows="3" placeholder="Type here (S)..."&gt;&lt;/textarea&gt; COPY ```
<textarea space="w:[100%] p-y:small p-x:small-3x" visual="border-w:regular border:neutral-200 rounded:medium text-size:small focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" rows="3" placeholder="Type here (S)..."></textarea>
```

 

 

  

 &lt;textarea class="w-full py-2 px-3 border-2 border-neutral-200 rounded-lg text-base focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" rows="4" placeholder="Type here (M)..."&gt;&lt;/textarea&gt; COPY ```
<textarea class="w-full py-2 px-3 border-2 border-neutral-200 rounded-lg text-base focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" rows="4" placeholder="Type here (M)..."></textarea>
```

 

 

  

 &lt;textarea space="w:\[100%\] p-y:small p-x:small-3x" visual="border-w:regular border:neutral-200 rounded:medium text-size:base focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" rows="4" placeholder="Type here (M)..."&gt;&lt;/textarea&gt; COPY ```
<textarea space="w:[100%] p-y:small p-x:small-3x" visual="border-w:regular border:neutral-200 rounded:medium text-size:base focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" rows="4" placeholder="Type here (M)..."></textarea>
```

 

 

  

 &lt;textarea class="w-full py-2 px-3 border-2 border-neutral-200 rounded-lg text-lg focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" rows="5" placeholder="Type here (L)..."&gt;&lt;/textarea&gt; COPY ```
<textarea class="w-full py-2 px-3 border-2 border-neutral-200 rounded-lg text-lg focus:outline-none focus:border-blue-600 placeholder-gray-400 transition-colors" rows="5" placeholder="Type here (L)..."></textarea>
```

 

 

  

 &lt;textarea space="w:\[100%\] p-y:small p-x:small-3x" visual="border-w:regular border:neutral-200 rounded:medium text-size:large focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" rows="5" placeholder="Type here (L)..."&gt;&lt;/textarea&gt; COPY ```
<textarea space="w:[100%] p-y:small p-x:small-3x" visual="border-w:regular border:neutral-200 rounded:medium text-size:large focus:outline:none focus:border:blue-600 transition:colors" class="placeholder-gray-400" rows="5" placeholder="Type here (L)..."></textarea>
```

 

 

  ####  [\#](https://senangstart.com/components/selects/llms.txt)Selects 

  forms  

Native Select Dropdown

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

  Option S 1 Option S 2   

 

 

 &lt;div class="relative"&gt; &lt;select class="appearance-none w-full h-10 px-3 pr-8 border-2 border-neutral-200 rounded-lg text-sm bg-white focus:outline-none focus:border-blue-600"&gt; &lt;option&gt;Option S 1&lt;/option&gt; &lt;option&gt;Option S 2&lt;/option&gt; &lt;/select&gt; &lt;div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-2 text-gray-500"&gt; &lt;i class="fas fa-chevron-down text-xs"&gt;&lt;/i&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="relative">
  <select class="appearance-none w-full h-10 px-3 pr-8 border-2 border-neutral-200 rounded-lg text-sm bg-white focus:outline-none focus:border-blue-600">
    <option>Option S 1</option>
    <option>Option S 2</option>
  </select>
  <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-2 text-gray-500">
    <i class="fas fa-chevron-down text-xs"></i>
  </div>
</div>
```

 

 

  Option S 1 Option S 2   

 

 

 &lt;div layout="relative"&gt; &lt;select space="w:\[100%\] h:large-3x p-l:small-3x p-r:large" visual="appearance:none border-w:regular border:neutral-200 rounded:medium text-size:small bg:white focus:outline:blue-600"&gt; &lt;option&gt;Option S 1&lt;/option&gt; &lt;option&gt;Option S 2&lt;/option&gt; &lt;/select&gt; &lt;div layout="absolute inset-y:0 right:0 flex items:center" space="p-x:small" visual="pointer-events:none text:gray-500"&gt; &lt;i visual="text-size:base" class="ss ss-chevron-down"&gt;&lt;/i&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div layout="relative">
  <select space="w:[100%] h:large-3x p-l:small-3x p-r:large" visual="appearance:none border-w:regular border:neutral-200 rounded:medium text-size:small bg:white focus:outline:blue-600">
    <option>Option S 1</option>
    <option>Option S 2</option>
  </select>
  <div layout="absolute inset-y:0 right:0 flex items:center" space="p-x:small" visual="pointer-events:none text:gray-500">
    <i visual="text-size:base" class="ss ss-chevron-down"></i>
  </div>
</div>
```

 

 

  Option M 1 Option M 2   

 

 

 &lt;div class="relative"&gt; &lt;select class="appearance-none w-full h-12 px-3 pr-10 border-2 border-neutral-200 rounded-lg text-base bg-white focus:outline-none focus:border-blue-600"&gt; &lt;option&gt;Option M 1&lt;/option&gt; &lt;option&gt;Option M 2&lt;/option&gt; &lt;/select&gt; &lt;div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-3 text-gray-500"&gt; &lt;i class="fas fa-chevron-down text-sm"&gt;&lt;/i&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="relative">
  <select class="appearance-none w-full h-12 px-3 pr-10 border-2 border-neutral-200 rounded-lg text-base bg-white focus:outline-none focus:border-blue-600">
    <option>Option M 1</option>
    <option>Option M 2</option>
  </select>
  <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-3 text-gray-500">
    <i class="fas fa-chevron-down text-sm"></i>
  </div>
</div>
```

 

 

  Option M 1 Option M 2   

 

 

 &lt;div layout="relative"&gt; &lt;select space="w:\[100%\] h:big p-l:small-3x p-r:large-3x" visual="appearance:none border-w:regular border:neutral-200 rounded:medium text-size:base bg:white focus:outline:blue-600"&gt; &lt;option&gt;Option M 1&lt;/option&gt; &lt;option&gt;Option M 2&lt;/option&gt; &lt;/select&gt; &lt;div layout="absolute inset-y:0 right:0 flex items:center" space="p-x:small-3x" visual="pointer-events:none text:gray-500"&gt; &lt;i visual="text-size:large" class="ss ss-chevron-down"&gt;&lt;/i&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div layout="relative">
  <select space="w:[100%] h:big p-l:small-3x p-r:large-3x" visual="appearance:none border-w:regular border:neutral-200 rounded:medium text-size:base bg:white focus:outline:blue-600">
    <option>Option M 1</option>
    <option>Option M 2</option>
  </select>
  <div layout="absolute inset-y:0 right:0 flex items:center" space="p-x:small-3x" visual="pointer-events:none text:gray-500">
    <i visual="text-size:large" class="ss ss-chevron-down"></i>
  </div>
</div>
```

 

 

  Option L 1 Option L 2   

 

 

 &lt;div class="relative"&gt; &lt;select class="appearance-none w-full h-14 px-3 pr-12 border-2 border-neutral-200 rounded-lg text-lg bg-white focus:outline-none focus:border-blue-600"&gt; &lt;option&gt;Option L 1&lt;/option&gt; &lt;option&gt;Option L 2&lt;/option&gt; &lt;/select&gt; &lt;div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-4 text-gray-500"&gt; &lt;i class="fas fa-chevron-down text-base"&gt;&lt;/i&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="relative">
  <select class="appearance-none w-full h-14 px-3 pr-12 border-2 border-neutral-200 rounded-lg text-lg bg-white focus:outline-none focus:border-blue-600">
    <option>Option L 1</option>
    <option>Option L 2</option>
  </select>
  <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-4 text-gray-500">
    <i class="fas fa-chevron-down text-base"></i>
  </div>
</div>
```

 

 

  Option L 1 Option L 2   

 

 

 &lt;div layout="relative"&gt; &lt;select space="w:\[100%\] h:big-2x p-l:small-3x p-r:big" visual="appearance:none border-w:regular border:neutral-200 rounded:medium text-size:large bg:white focus:outline:blue-600"&gt; &lt;option&gt;Option L 1&lt;/option&gt; &lt;option&gt;Option L 2&lt;/option&gt; &lt;/select&gt; &lt;div layout="absolute inset-y:0 right:0 flex items:center" space="p-x:medium" visual="pointer-events:none text:gray-500"&gt; &lt;i visual="text-size:big" class="ss ss-chevron-down"&gt;&lt;/i&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div layout="relative">
  <select space="w:[100%] h:big-2x p-l:small-3x p-r:big" visual="appearance:none border-w:regular border:neutral-200 rounded:medium text-size:large bg:white focus:outline:blue-600">
    <option>Option L 1</option>
    <option>Option L 2</option>
  </select>
  <div layout="absolute inset-y:0 right:0 flex items:center" space="p-x:medium" visual="pointer-events:none text:gray-500">
    <i visual="text-size:big" class="ss ss-chevron-down"></i>
  </div>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/checkboxes/llms.txt)Checkboxes 

  forms  

Standard Checkbox

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

  Checkbox S 

 

 &lt;div class="flex items-center"&gt; &lt;input id="check-s" type="checkbox" value="" class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 focus:ring-2"&gt; &lt;label for="check-s" class="ml-2 text-sm font-medium text-gray-900"&gt;Checkbox S&lt;/label&gt; &lt;/div&gt; COPY ```
<div class="flex items-center">
    <input id="check-s" type="checkbox" value="" class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 focus:ring-2">
    <label for="check-s" class="ml-2 text-sm font-medium text-gray-900">Checkbox S</label>
</div>
```

 

 

  Checkbox S 

 

 &lt;div layout="flex items:center"&gt; &lt;input id="check-s" type="checkbox" value="" space="w:medium h:medium" visual="text:blue-600 bg:gray-100 border:gray-300 rounded:small focus:ring-color:blue-500 focus:ring:regular"&gt; &lt;label for="check-s" space="m-l:small" visual="text-size:small font:tw-medium text:gray-900"&gt;Checkbox S&lt;/label&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center">
    <input id="check-s" type="checkbox" value="" space="w:medium h:medium" visual="text:blue-600 bg:gray-100 border:gray-300 rounded:small focus:ring-color:blue-500 focus:ring:regular">
    <label for="check-s" space="m-l:small" visual="text-size:small font:tw-medium text:gray-900">Checkbox S</label>
</div>
```

 

 

  Checkbox M 

 

 &lt;div class="flex items-center"&gt; &lt;input id="check-m" type="checkbox" value="" class="w-5 h-5 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 focus:ring-2"&gt; &lt;label for="check-m" class="ml-2 text-base font-medium text-gray-900"&gt;Checkbox M&lt;/label&gt; &lt;/div&gt; COPY ```
<div class="flex items-center">
    <input id="check-m" type="checkbox" value="" class="w-5 h-5 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 focus:ring-2">
    <label for="check-m" class="ml-2 text-base font-medium text-gray-900">Checkbox M</label>
</div>
```

 

 

  Checkbox M 

 

 &lt;div layout="flex items:center"&gt; &lt;input id="check-m" type="checkbox" value="" space="w:medium-2x h:medium-2x" visual="text:blue-600 bg:gray-100 border:gray-300 rounded:small focus:ring-color:blue-500 focus:ring:regular"&gt; &lt;label for="check-m" space="m-l:small" visual="text-size:base font:tw-medium text:gray-900"&gt;Checkbox M&lt;/label&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center">
    <input id="check-m" type="checkbox" value="" space="w:medium-2x h:medium-2x" visual="text:blue-600 bg:gray-100 border:gray-300 rounded:small focus:ring-color:blue-500 focus:ring:regular">
    <label for="check-m" space="m-l:small" visual="text-size:base font:tw-medium text:gray-900">Checkbox M</label>
</div>
```

 

 

  Checkbox L 

 

 &lt;div class="flex items-center"&gt; &lt;input id="check-l" type="checkbox" value="" class="w-6 h-6 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 focus:ring-2"&gt; &lt;label for="check-l" class="ml-2 text-lg font-medium text-gray-900"&gt;Checkbox L&lt;/label&gt; &lt;/div&gt; COPY ```
<div class="flex items-center">
    <input id="check-l" type="checkbox" value="" class="w-6 h-6 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 focus:ring-2">
    <label for="check-l" class="ml-2 text-lg font-medium text-gray-900">Checkbox L</label>
</div>
```

 

 

  Checkbox L 

 

 &lt;div layout="flex items:center"&gt; &lt;input id="check-l" type="checkbox" value="" space="w:medium-3x h:medium-3x" visual="text:blue-600 bg:gray-100 border:gray-300 rounded:small focus:ring-color:blue-500 focus:ring:regular"&gt; &lt;label for="check-l" space="m-l:small" visual="text-size:large font:tw-medium text:gray-900"&gt;Checkbox L&lt;/label&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center">
    <input id="check-l" type="checkbox" value="" space="w:medium-3x h:medium-3x" visual="text:blue-600 bg:gray-100 border:gray-300 rounded:small focus:ring-color:blue-500 focus:ring:regular">
    <label for="check-l" space="m-l:small" visual="text-size:large font:tw-medium text:gray-900">Checkbox L</label>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/radio/llms.txt)Radio 

  forms  

Standard Radio Button

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

  Radio S 

 

 &lt;div class="flex items-center"&gt; &lt;input id="radio-s" type="radio" value="" name="radio-group-s" class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 focus:ring-2"&gt; &lt;label for="radio-s" class="ml-2 text-sm font-medium text-gray-900"&gt;Radio S&lt;/label&gt; &lt;/div&gt; COPY ```
<div class="flex items-center">
    <input id="radio-s" type="radio" value="" name="radio-group-s" class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 focus:ring-2">
    <label for="radio-s" class="ml-2 text-sm font-medium text-gray-900">Radio S</label>
</div>
```

 

 

  Radio S 

 

 &lt;div layout="flex items:center"&gt; &lt;input id="radio-s" type="radio" value="" name="radio-group-s" space="w:medium h:medium" visual="text:blue-600 bg:gray-100 border:gray-300 focus:ring-color:blue-500 focus:ring:regular"&gt; &lt;label for="radio-s" space="m-l:small" visual="text-size:small font:tw-medium text:gray-900"&gt;Radio S&lt;/label&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center">
    <input id="radio-s" type="radio" value="" name="radio-group-s" space="w:medium h:medium" visual="text:blue-600 bg:gray-100 border:gray-300 focus:ring-color:blue-500 focus:ring:regular">
    <label for="radio-s" space="m-l:small" visual="text-size:small font:tw-medium text:gray-900">Radio S</label>
</div>
```

 

 

  Radio M 

 

 &lt;div class="flex items-center"&gt; &lt;input id="radio-m" type="radio" value="" name="radio-group-m" class="w-5 h-5 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 focus:ring-2"&gt; &lt;label for="radio-m" class="ml-2 text-base font-medium text-gray-900"&gt;Radio M&lt;/label&gt; &lt;/div&gt; COPY ```
<div class="flex items-center">
    <input id="radio-m" type="radio" value="" name="radio-group-m" class="w-5 h-5 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 focus:ring-2">
    <label for="radio-m" class="ml-2 text-base font-medium text-gray-900">Radio M</label>
</div>
```

 

 

  Radio M 

 

 &lt;div layout="flex items:center"&gt; &lt;input id="radio-m" type="radio" value="" name="radio-group-m" space="w:medium-2x h:medium-2x" visual="text:blue-600 bg:gray-100 border:gray-300 focus:ring-color:blue-500 focus:ring:regular"&gt; &lt;label for="radio-m" space="m-l:small" visual="text-size:base font:tw-medium text:gray-900"&gt;Radio M&lt;/label&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center">
    <input id="radio-m" type="radio" value="" name="radio-group-m" space="w:medium-2x h:medium-2x" visual="text:blue-600 bg:gray-100 border:gray-300 focus:ring-color:blue-500 focus:ring:regular">
    <label for="radio-m" space="m-l:small" visual="text-size:base font:tw-medium text:gray-900">Radio M</label>
</div>
```

 

 

  Radio L 

 

 &lt;div class="flex items-center"&gt; &lt;input id="radio-l" type="radio" value="" name="radio-group-l" class="w-6 h-6 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 focus:ring-2"&gt; &lt;label for="radio-l" class="ml-2 text-lg font-medium text-gray-900"&gt;Radio L&lt;/label&gt; &lt;/div&gt; COPY ```
<div class="flex items-center">
    <input id="radio-l" type="radio" value="" name="radio-group-l" class="w-6 h-6 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 focus:ring-2">
    <label for="radio-l" class="ml-2 text-lg font-medium text-gray-900">Radio L</label>
</div>
```

 

 

  Radio L 

 

 &lt;div layout="flex items:center"&gt; &lt;input id="radio-l" type="radio" value="" name="radio-group-l" space="w:medium-3x h:medium-3x" visual="text:blue-600 bg:gray-100 border:gray-300 focus:ring-color:blue-500 focus:ring:regular"&gt; &lt;label for="radio-l" space="m-l:small" visual="text-size:large font:tw-medium text:gray-900"&gt;Radio L&lt;/label&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center">
    <input id="radio-l" type="radio" value="" name="radio-group-l" space="w:medium-3x h:medium-3x" visual="text:blue-600 bg:gray-100 border:gray-300 focus:ring-color:blue-500 focus:ring:regular">
    <label for="radio-l" space="m-l:small" visual="text-size:large font:tw-medium text:gray-900">Radio L</label>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/switch/llms.txt)Switch 

  forms  

Toggle Switch

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

  

 Toggle S  

 &lt;label class="relative inline-flex items-center cursor-pointer"&gt; &lt;input type="checkbox" value="" class="sr-only peer"&gt; &lt;div class="w-9 h-5 bg-gray-200 peer-focus:outline-none peer-focus:ring-2 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-\[''\] after:absolute after:top-\[2px\] after:left-\[2px\] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-4 after:w-4 after:transition-all peer-checked:bg-blue-600"&gt;&lt;/div&gt; &lt;span class="ml-3 text-sm font-medium text-gray-900"&gt;Toggle S&lt;/span&gt; &lt;/label&gt; COPY ```
<label class="relative inline-flex items-center cursor-pointer">
  <input type="checkbox" value="" class="sr-only peer">
  <div class="w-9 h-5 bg-gray-200 peer-focus:outline-none peer-focus:ring-2 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-4 after:w-4 after:transition-all peer-checked:bg-blue-600"></div>
  <span class="ml-3 text-sm font-medium text-gray-900">Toggle S</span>
</label>
```

 

 

  

 Toggle S  

 &lt;label layout="relative inline-flex items:center" visual="cursor:pointer"&gt; &lt;input type="checkbox" value="" class="sr-only peer"&gt; &lt;div class="w-9 h-5 bg-gray-200 peer-focus:outline-none peer-focus:ring-2 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-\[''\] after:absolute after:top-\[2px\] after:left-\[2px\] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-4 after:w-4 after:transition-all peer-checked:bg-blue-600"&gt;&lt;/div&gt; &lt;span space="m-l:small-3x" visual="text-size:small font:tw-medium text:gray-900"&gt;Toggle S&lt;/span&gt; &lt;/label&gt; COPY ```
<label layout="relative inline-flex items:center" visual="cursor:pointer">
  <input type="checkbox" value="" class="sr-only peer">
  <div class="w-9 h-5 bg-gray-200 peer-focus:outline-none peer-focus:ring-2 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-4 after:w-4 after:transition-all peer-checked:bg-blue-600"></div>
  <span space="m-l:small-3x" visual="text-size:small font:tw-medium text:gray-900">Toggle S</span>
</label>
```

 

 

  

 Toggle M  

 &lt;label class="relative inline-flex items-center cursor-pointer"&gt; &lt;input type="checkbox" value="" class="sr-only peer"&gt; &lt;div class="w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-\[''\] after:absolute after:top-\[2px\] after:left-\[2px\] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-blue-600"&gt;&lt;/div&gt; &lt;span class="ml-3 text-base font-medium text-gray-900"&gt;Toggle M&lt;/span&gt; &lt;/label&gt; COPY ```
<label class="relative inline-flex items-center cursor-pointer">
  <input type="checkbox" value="" class="sr-only peer">
  <div class="w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-blue-600"></div>
  <span class="ml-3 text-base font-medium text-gray-900">Toggle M</span>
</label>
```

 

 

  

 Toggle M  

 &lt;label layout="relative inline-flex items:center" visual="cursor:pointer"&gt; &lt;input type="checkbox" value="" class="sr-only peer"&gt; &lt;div class="w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-\[''\] after:absolute after:top-\[2px\] after:left-\[2px\] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-blue-600"&gt;&lt;/div&gt; &lt;span space="m-l:small-3x" visual="text-size:base font:tw-medium text:gray-900"&gt;Toggle M&lt;/span&gt; &lt;/label&gt; COPY ```
<label layout="relative inline-flex items:center" visual="cursor:pointer">
  <input type="checkbox" value="" class="sr-only peer">
  <div class="w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-blue-600"></div>
  <span space="m-l:small-3x" visual="text-size:base font:tw-medium text:gray-900">Toggle M</span>
</label>
```

 

 

  

 Toggle L  

 &lt;label class="relative inline-flex items-center cursor-pointer"&gt; &lt;input type="checkbox" value="" class="sr-only peer"&gt; &lt;div class="w-14 h-7 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-\[''\] after:absolute after:top-0.5 after:left-\[4px\] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-6 after:w-6 after:transition-all peer-checked:bg-blue-600"&gt;&lt;/div&gt; &lt;span class="ml-3 text-lg font-medium text-gray-900"&gt;Toggle L&lt;/span&gt; &lt;/label&gt; COPY ```
<label class="relative inline-flex items-center cursor-pointer">
  <input type="checkbox" value="" class="sr-only peer">
  <div class="w-14 h-7 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:left-[4px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-6 after:w-6 after:transition-all peer-checked:bg-blue-600"></div>
  <span class="ml-3 text-lg font-medium text-gray-900">Toggle L</span>
</label>
```

 

 

  

 Toggle L  

 &lt;label layout="relative inline-flex items:center" visual="cursor:pointer"&gt; &lt;input type="checkbox" value="" class="sr-only peer"&gt; &lt;div class="w-14 h-7 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-\[''\] after:absolute after:top-0.5 after:left-\[4px\] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-6 after:w-6 after:transition-all peer-checked:bg-blue-600"&gt;&lt;/div&gt; &lt;span space="m-l:small-3x" visual="text-size:large font:tw-medium text:gray-900"&gt;Toggle L&lt;/span&gt; &lt;/label&gt; COPY ```
<label layout="relative inline-flex items:center" visual="cursor:pointer">
  <input type="checkbox" value="" class="sr-only peer">
  <div class="w-14 h-7 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:left-[4px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-6 after:w-6 after:transition-all peer-checked:bg-blue-600"></div>
  <span space="m-l:small-3x" visual="text-size:large font:tw-medium text:gray-900">Toggle L</span>
</label>
```

 

 

  ####  [\#](https://senangstart.com/components/slider/llms.txt)Slider 

  forms  

Range Slider

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 Range S  

 

 &lt;div class="w-full"&gt; &lt;label for="range-s" class="block mb-2 text-sm font-medium text-gray-900"&gt;Range S&lt;/label&gt; &lt;input id="range-s" type="range" value="50" class="w-full h-1 mb-6 bg-gray-200 rounded-lg appearance-none cursor-pointer range-sm accent-blue-600"&gt; &lt;/div&gt; COPY ```
<div class="w-full">
    <label for="range-s" class="block mb-2 text-sm font-medium text-gray-900">Range S</label>
    <input id="range-s" type="range" value="50" class="w-full h-1 mb-6 bg-gray-200 rounded-lg appearance-none cursor-pointer range-sm accent-blue-600">
</div>
```

 

 

 Range S  

 

 &lt;div space="w:\[100%\]"&gt; &lt;label for="range-s" layout="block" space="m-b:small" visual="text-size:small font:tw-medium text:gray-900"&gt;Range S&lt;/label&gt; &lt;input id="range-s" type="range" value="50" space="w:\[100%\] h:tiny m-b:medium-3x" visual="bg:gray-200 rounded:medium cursor:pointer" class="appearance-none range-sm accent-blue-600"&gt; &lt;/div&gt; COPY ```
<div space="w:[100%]">
    <label for="range-s" layout="block" space="m-b:small" visual="text-size:small font:tw-medium text:gray-900">Range S</label>
    <input id="range-s" type="range" value="50" space="w:[100%] h:tiny m-b:medium-3x" visual="bg:gray-200 rounded:medium cursor:pointer" class="appearance-none range-sm accent-blue-600">
</div>
```

 

 

 Range M  

 

 &lt;div class="w-full"&gt; &lt;label for="range-m" class="block mb-2 text-base font-medium text-gray-900"&gt;Range M&lt;/label&gt; &lt;input id="range-m" type="range" value="50" class="w-full h-2 mb-6 bg-gray-200 rounded-lg appearance-none cursor-pointer accent-blue-600"&gt; &lt;/div&gt; COPY ```
<div class="w-full">
    <label for="range-m" class="block mb-2 text-base font-medium text-gray-900">Range M</label>
    <input id="range-m" type="range" value="50" class="w-full h-2 mb-6 bg-gray-200 rounded-lg appearance-none cursor-pointer accent-blue-600">
</div>
```

 

 

 Range M  

 

 &lt;div space="w:\[100%\]"&gt; &lt;label for="range-m" layout="block" space="m-b:small" visual="text-size:base font:tw-medium text:gray-900"&gt;Range M&lt;/label&gt; &lt;input id="range-m" type="range" value="50" space="w:\[100%\] h:small m-b:medium-3x" visual="bg:gray-200 rounded:medium cursor:pointer" class="appearance-none accent-blue-600"&gt; &lt;/div&gt; COPY ```
<div space="w:[100%]">
    <label for="range-m" layout="block" space="m-b:small" visual="text-size:base font:tw-medium text:gray-900">Range M</label>
    <input id="range-m" type="range" value="50" space="w:[100%] h:small m-b:medium-3x" visual="bg:gray-200 rounded:medium cursor:pointer" class="appearance-none accent-blue-600">
</div>
```

 

 

 Range L  

 

 &lt;div class="w-full"&gt; &lt;label for="range-l" class="block mb-2 text-lg font-medium text-gray-900"&gt;Range L&lt;/label&gt; &lt;input id="range-l" type="range" value="50" class="w-full h-3 mb-6 bg-gray-200 rounded-lg appearance-none cursor-pointer accent-blue-600"&gt; &lt;/div&gt; COPY ```
<div class="w-full">
    <label for="range-l" class="block mb-2 text-lg font-medium text-gray-900">Range L</label>
    <input id="range-l" type="range" value="50" class="w-full h-3 mb-6 bg-gray-200 rounded-lg appearance-none cursor-pointer accent-blue-600">
</div>
```

 

 

 Range L  

 

 &lt;div space="w:\[100%\]"&gt; &lt;label for="range-l" layout="block" space="m-b:small" visual="text-size:large font:tw-medium text:gray-900"&gt;Range L&lt;/label&gt; &lt;input id="range-l" type="range" value="50" space="w:\[100%\] h:small-3x m-b:medium-3x" visual="bg:gray-200 rounded:medium cursor:pointer" class="appearance-none accent-blue-600"&gt; &lt;/div&gt; COPY ```
<div space="w:[100%]">
    <label for="range-l" layout="block" space="m-b:small" visual="text-size:large font:tw-medium text:gray-900">Range L</label>
    <input id="range-l" type="range" value="50" space="w:[100%] h:small-3x m-b:medium-3x" visual="bg:gray-200 rounded:medium cursor:pointer" class="appearance-none accent-blue-600">
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/color-picker/llms.txt)Color Picker 

  forms  

Color Input

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

  Color S 

 

 &lt;div class="flex items-center gap-2"&gt; &lt;input type="color" class="p-1 h-8 w-14 block bg-white border border-gray-200 cursor-pointer rounded-lg disabled:opacity-50 disabled:pointer-events-none" id="color-s" value="#2563eb" title="Choose your color"&gt; &lt;label for="color-s" class="text-sm text-gray-700"&gt;Color S&lt;/label&gt; &lt;/div&gt; COPY ```
<div class="flex items-center gap-2">
    <input type="color" class="p-1 h-8 w-14 block bg-white border border-gray-200 cursor-pointer rounded-lg disabled:opacity-50 disabled:pointer-events-none" id="color-s" value="#2563eb" title="Choose your color">
    <label for="color-s" class="text-sm text-gray-700">Color S</label>
</div>
```

 

 

  Color S 

 

 &lt;div layout="flex items:center" space="g:small"&gt; &lt;input type="color" layout="block" space="p:tiny h:large w:big-2x" visual="bg:white border-w:thin border:gray-200 cursor:pointer rounded:medium disabled:opacity:50" class="disabled:pointer-events-none" id="color-s" value="#2563eb" title="Choose your color"&gt; &lt;label for="color-s" visual="text-size:small text:gray-700"&gt;Color S&lt;/label&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center" space="g:small">
    <input type="color" layout="block" space="p:tiny h:large w:big-2x" visual="bg:white border-w:thin border:gray-200 cursor:pointer rounded:medium disabled:opacity:50" class="disabled:pointer-events-none" id="color-s" value="#2563eb" title="Choose your color">
    <label for="color-s" visual="text-size:small text:gray-700">Color S</label>
</div>
```

 

 

  Color M 

 

 &lt;div class="flex items-center gap-2"&gt; &lt;input type="color" class="p-1 h-10 w-20 block bg-white border border-gray-200 cursor-pointer rounded-lg disabled:opacity-50 disabled:pointer-events-none" id="color-m" value="#2563eb" title="Choose your color"&gt; &lt;label for="color-m" class="text-base text-gray-700"&gt;Color M&lt;/label&gt; &lt;/div&gt; COPY ```
<div class="flex items-center gap-2">
    <input type="color" class="p-1 h-10 w-20 block bg-white border border-gray-200 cursor-pointer rounded-lg disabled:opacity-50 disabled:pointer-events-none" id="color-m" value="#2563eb" title="Choose your color">
    <label for="color-m" class="text-base text-gray-700">Color M</label>
</div>
```

 

 

  Color M 

 

 &lt;div layout="flex items:center" space="g:small"&gt; &lt;input type="color" layout="block" space="p:tiny h:large-3x w:big-4x" visual="bg:white border-w:thin border:gray-200 cursor:pointer rounded:medium disabled:opacity:50" class="disabled:pointer-events-none" id="color-m" value="#2563eb" title="Choose your color"&gt; &lt;label for="color-m" visual="text-size:base text:gray-700"&gt;Color M&lt;/label&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center" space="g:small">
    <input type="color" layout="block" space="p:tiny h:large-3x w:big-4x" visual="bg:white border-w:thin border:gray-200 cursor:pointer rounded:medium disabled:opacity:50" class="disabled:pointer-events-none" id="color-m" value="#2563eb" title="Choose your color">
    <label for="color-m" visual="text-size:base text:gray-700">Color M</label>
</div>
```

 

 

  Color L 

 

 &lt;div class="flex items-center gap-2"&gt; &lt;input type="color" class="p-1.5 h-14 w-24 block bg-white border border-gray-200 cursor-pointer rounded-lg disabled:opacity-50 disabled:pointer-events-none" id="color-l" value="#2563eb" title="Choose your color"&gt; &lt;label for="color-l" class="text-lg text-gray-700"&gt;Color L&lt;/label&gt; &lt;/div&gt; COPY ```
<div class="flex items-center gap-2">
    <input type="color" class="p-1.5 h-14 w-24 block bg-white border border-gray-200 cursor-pointer rounded-lg disabled:opacity-50 disabled:pointer-events-none" id="color-l" value="#2563eb" title="Choose your color">
    <label for="color-l" class="text-lg text-gray-700">Color L</label>
</div>
```

 

 

  Color L 

 

 &lt;div layout="flex items:center" space="g:small"&gt; &lt;input type="color" layout="block" space="p:tiny-2x h:big-2x w:giant" visual="bg:white border-w:thin border:gray-200 cursor:pointer rounded:medium disabled:opacity:50" class="disabled:pointer-events-none" id="color-l" value="#2563eb" title="Choose your color"&gt; &lt;label for="color-l" visual="text-size:large text:gray-700"&gt;Color L&lt;/label&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center" space="g:small">
    <input type="color" layout="block" space="p:tiny-2x h:big-2x w:giant" visual="bg:white border-w:thin border:gray-200 cursor:pointer rounded:medium disabled:opacity:50" class="disabled:pointer-events-none" id="color-l" value="#2563eb" title="Choose your color">
    <label for="color-l" visual="text-size:large text:gray-700">Color L</label>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/rating/llms.txt)Rating 

  forms  

Star Rating

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

      

 

 &lt;div class="flex items-center space-x-1"&gt; &lt;i class="fas fa-star text-yellow-400 text-sm"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-yellow-400 text-sm"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-yellow-400 text-sm"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-yellow-400 text-sm"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-gray-300 text-sm"&gt;&lt;/i&gt; &lt;/div&gt; COPY ```
<div class="flex items-center space-x-1">
    <i class="fas fa-star text-yellow-400 text-sm"></i>
    <i class="fas fa-star text-yellow-400 text-sm"></i>
    <i class="fas fa-star text-yellow-400 text-sm"></i>
    <i class="fas fa-star text-yellow-400 text-sm"></i>
    <i class="fas fa-star text-gray-300 text-sm"></i>
</div>
```

 

 

      

 

 &lt;div layout="flex items:center" class="space-x-1"&gt; &lt;i visual="text:yellow-400 text-size:small" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:yellow-400 text-size:small" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:yellow-400 text-size:small" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:yellow-400 text-size:small" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:gray-300 text-size:small" class="ss ss-star"&gt;&lt;/i&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center" class="space-x-1">
    <i visual="text:yellow-400 text-size:small" class="ss ss-star"></i>
    <i visual="text:yellow-400 text-size:small" class="ss ss-star"></i>
    <i visual="text:yellow-400 text-size:small" class="ss ss-star"></i>
    <i visual="text:yellow-400 text-size:small" class="ss ss-star"></i>
    <i visual="text:gray-300 text-size:small" class="ss ss-star"></i>
</div>
```

 

 

      

 

 &lt;div class="flex items-center space-x-1"&gt; &lt;i class="fas fa-star text-yellow-400 text-lg"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-yellow-400 text-lg"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-yellow-400 text-lg"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-yellow-400 text-lg"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-gray-300 text-lg"&gt;&lt;/i&gt; &lt;/div&gt; COPY ```
<div class="flex items-center space-x-1">
    <i class="fas fa-star text-yellow-400 text-lg"></i>
    <i class="fas fa-star text-yellow-400 text-lg"></i>
    <i class="fas fa-star text-yellow-400 text-lg"></i>
    <i class="fas fa-star text-yellow-400 text-lg"></i>
    <i class="fas fa-star text-gray-300 text-lg"></i>
</div>
```

 

 

      

 

 &lt;div layout="flex items:center" class="space-x-1"&gt; &lt;i visual="text:yellow-400 text-size:large" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:yellow-400 text-size:large" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:yellow-400 text-size:large" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:yellow-400 text-size:large" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:gray-300 text-size:large" class="ss ss-star"&gt;&lt;/i&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center" class="space-x-1">
    <i visual="text:yellow-400 text-size:large" class="ss ss-star"></i>
    <i visual="text:yellow-400 text-size:large" class="ss ss-star"></i>
    <i visual="text:yellow-400 text-size:large" class="ss ss-star"></i>
    <i visual="text:yellow-400 text-size:large" class="ss ss-star"></i>
    <i visual="text:gray-300 text-size:large" class="ss ss-star"></i>
</div>
```

 

 

      

 

 &lt;div class="flex items-center space-x-1"&gt; &lt;i class="fas fa-star text-yellow-400 text-2xl"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-yellow-400 text-2xl"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-yellow-400 text-2xl"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-yellow-400 text-2xl"&gt;&lt;/i&gt; &lt;i class="fas fa-star text-gray-300 text-2xl"&gt;&lt;/i&gt; &lt;/div&gt; COPY ```
<div class="flex items-center space-x-1">
    <i class="fas fa-star text-yellow-400 text-2xl"></i>
    <i class="fas fa-star text-yellow-400 text-2xl"></i>
    <i class="fas fa-star text-yellow-400 text-2xl"></i>
    <i class="fas fa-star text-yellow-400 text-2xl"></i>
    <i class="fas fa-star text-gray-300 text-2xl"></i>
</div>
```

 

 

      

 

 &lt;div layout="flex items:center" class="space-x-1"&gt; &lt;i visual="text:yellow-400 text-size:huge" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:yellow-400 text-size:huge" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:yellow-400 text-size:huge" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:yellow-400 text-size:huge" class="ss ss-star"&gt;&lt;/i&gt; &lt;i visual="text:gray-300 text-size:huge" class="ss ss-star"&gt;&lt;/i&gt; &lt;/div&gt; COPY ```
<div layout="flex items:center" class="space-x-1">
    <i visual="text:yellow-400 text-size:huge" class="ss ss-star"></i>
    <i visual="text:yellow-400 text-size:huge" class="ss ss-star"></i>
    <i visual="text:yellow-400 text-size:huge" class="ss ss-star"></i>
    <i visual="text:yellow-400 text-size:huge" class="ss ss-star"></i>
    <i visual="text:gray-300 text-size:huge" class="ss ss-star"></i>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/forms/llms.txt)Forms 

  layout  

Layout Forms

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

 ######  Contact Form S 

 Name  

 Email  

 Enquiry  

  Submit  

  

 &lt;form class="grid p-6 gap-6 border-blue-200 border-2 rounded-xl bg-blue-50 m-0"&gt; &lt;h6 class="text-base lg:text-lg capitalize font-bold"&gt; Contact Form S &lt;/h6&gt; &lt;div class="grid"&gt; &lt;label class="text-bold text-sm h-6" for="name\_s"&gt;Name&lt;/label&gt; &lt;input id="name\_s" type="text" class="h-10 px-3 border-neutral-200 border-2 rounded-lg text-base" placeholder="Name"&gt; &lt;/div&gt; &lt;div class="grid"&gt; &lt;label class="text-bold text-sm h-6" for="email\_s"&gt;Email&lt;/label&gt; &lt;input id="email\_s" type="email" class="h-10 px-3 border-neutral-200 border-2 rounded-lg text-base" placeholder="yourname@mail.com"&gt; &lt;/div&gt; &lt;div class="grid"&gt; &lt;label class="text-bold text-sm h-6" for="enquiry\_s"&gt;Enquiry&lt;/label&gt; &lt;textarea id="enquiry\_S" class="py-2 px-3 border-neutral-200 border-2 rounded-lg text-base" rows="3" placeholder="Write..."&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;div class="flex justify-end"&gt; &lt;button type="submit" class="bg-blue-600 text-white rounded-lg text-base font-semibold px-4 w-full lg:max-w-max h-10 flex items-center justify-center hover:opacity-80"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/form&gt; COPY ```
<form class="grid p-6 gap-6 border-blue-200 border-2 rounded-xl bg-blue-50 m-0">
  <h6 class="text-base lg:text-lg capitalize font-bold">
    Contact Form S
  </h6>
  <div class="grid">
    <label class="text-bold text-sm h-6" for="name_s">Name</label>
    <input id="name_s" type="text" class="h-10 px-3 border-neutral-200 border-2 rounded-lg text-base" placeholder="Name">
  </div>
  <div class="grid">
    <label class="text-bold text-sm h-6" for="email_s">Email</label>
    <input id="email_s" type="email" class="h-10 px-3 border-neutral-200 border-2 rounded-lg text-base" placeholder="yourname@mail.com">
  </div>
  <div class="grid">
    <label class="text-bold text-sm h-6" for="enquiry_s">Enquiry</label>
    <textarea id="enquiry_S" class="py-2 px-3 border-neutral-200 border-2 rounded-lg text-base" rows="3" placeholder="Write..."></textarea>
  </div>
  <div class="flex justify-end">
    <button type="submit" class="bg-blue-600 text-white rounded-lg text-base font-semibold px-4 w-full lg:max-w-max h-10 flex items-center justify-center hover:opacity-80">
      Submit
    </button>
  </div>
</form>
```

 

 

 ######  Contact Form S 

 Name  

 Email  

 Enquiry  

  Submit  

  

 &lt;form layout="grid" space="p:medium-3x g:medium-3x m:none" visual="border:blue-200 border-w:regular rounded:medium bg:blue-50"&gt; &lt;h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold"&gt; Contact Form S &lt;/h6&gt; &lt;div layout="grid"&gt; &lt;label space="h:medium-3x" visual="text-size:small" class="text-bold" for="name\_s"&gt;Name&lt;/label&gt; &lt;input id="name\_s" type="text" space="h:large-3x p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:base" placeholder="Name"&gt; &lt;/div&gt; &lt;div layout="grid"&gt; &lt;label space="h:medium-3x" visual="text-size:small" class="text-bold" for="email\_s"&gt;Email&lt;/label&gt; &lt;input id="email\_s" type="email" space="h:large-3x p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:base" placeholder="yourname@mail.com"&gt; &lt;/div&gt; &lt;div layout="grid"&gt; &lt;label space="h:medium-3x" visual="text-size:small" class="text-bold" for="enquiry\_s"&gt;Enquiry&lt;/label&gt; &lt;textarea id="enquiry\_S" space="p-y:small p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:base" rows="3" placeholder="Write..."&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;div layout="flex justify:end"&gt; &lt;button type="submit" layout="flex items:center justify:center" space="p-x:medium w:\[100%\] tw-lg:max-w:\[max-content\] h:large-3x" visual="bg:blue-600 text:white rounded:medium text-size:base font:tw-semibold hover:opacity:80"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/form&gt; COPY ```
<form layout="grid" space="p:medium-3x g:medium-3x m:none" visual="border:blue-200 border-w:regular rounded:medium bg:blue-50">
  <h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold">
    Contact Form S
  </h6>
  <div layout="grid">
    <label space="h:medium-3x" visual="text-size:small" class="text-bold" for="name_s">Name</label>
    <input id="name_s" type="text" space="h:large-3x p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:base" placeholder="Name">
  </div>
  <div layout="grid">
    <label space="h:medium-3x" visual="text-size:small" class="text-bold" for="email_s">Email</label>
    <input id="email_s" type="email" space="h:large-3x p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:base" placeholder="yourname@mail.com">
  </div>
  <div layout="grid">
    <label space="h:medium-3x" visual="text-size:small" class="text-bold" for="enquiry_s">Enquiry</label>
    <textarea id="enquiry_S" space="p-y:small p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:base" rows="3" placeholder="Write..."></textarea>
  </div>
  <div layout="flex justify:end">
    <button type="submit" layout="flex items:center justify:center" space="p-x:medium w:[100%] tw-lg:max-w:[max-content] h:large-3x" visual="bg:blue-600 text:white rounded:medium text-size:base font:tw-semibold hover:opacity:80">
      Submit
    </button>
  </div>
</form>
```

 

 

 ######  Contact Form M 

 Name  

 Email  

 Enquiry  

  Submit  

  

 &lt;form class="grid p-6 gap-6 border-blue-200 border-2 rounded-xl bg-blue-50 m-0"&gt; &lt;h6 class="text-base lg:text-lg capitalize font-bold"&gt; Contact Form M &lt;/h6&gt; &lt;div class="grid"&gt; &lt;label class="text-bold text-sm h-6" for="name\_m"&gt;Name&lt;/label&gt; &lt;input id="name\_m" type="text" class="h-12 px-3 border-neutral-200 border-2 rounded-lg text-lg" placeholder="Name"&gt; &lt;/div&gt; &lt;div class="grid"&gt; &lt;label class="text-bold text-sm h-6" for="email\_m"&gt;Email&lt;/label&gt; &lt;input id="email\_m" type="email" class="h-12 px-3 border-neutral-200 border-2 rounded-lg text-lg" placeholder="yourname@mail.com"&gt; &lt;/div&gt; &lt;div class="grid"&gt; &lt;label class="text-bold text-sm h-6" for="enquiry\_m"&gt;Enquiry&lt;/label&gt; &lt;textarea id="enquiry\_m" class="py-2 px-3 border-neutral-200 border-2 rounded-lg text-lg" rows="3" placeholder="Write..."&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;div class="flex justify-end"&gt; &lt;button type="submit" class="bg-blue-600 text-white rounded-lg text-lg font-semibold px-6 w-full lg:max-w-max h-12 flex items-center justify-center hover:opacity-80"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/form&gt; COPY ```
<form class="grid p-6 gap-6 border-blue-200 border-2 rounded-xl bg-blue-50 m-0">
  <h6 class="text-base lg:text-lg capitalize font-bold">
    Contact Form M
  </h6>
  <div class="grid">
    <label class="text-bold text-sm h-6" for="name_m">Name</label>
    <input id="name_m" type="text" class="h-12 px-3 border-neutral-200 border-2 rounded-lg text-lg" placeholder="Name">
  </div>
  <div class="grid">
    <label class="text-bold text-sm h-6" for="email_m">Email</label>
    <input id="email_m" type="email" class="h-12 px-3 border-neutral-200 border-2 rounded-lg text-lg" placeholder="yourname@mail.com">
  </div>
  <div class="grid">
    <label class="text-bold text-sm h-6" for="enquiry_m">Enquiry</label>
    <textarea id="enquiry_m" class="py-2 px-3 border-neutral-200 border-2 rounded-lg text-lg" rows="3" placeholder="Write..."></textarea>
  </div>
  <div class="flex justify-end">
    <button type="submit" class="bg-blue-600 text-white rounded-lg text-lg font-semibold px-6 w-full lg:max-w-max h-12 flex items-center justify-center hover:opacity-80">
      Submit
    </button>
  </div>
</form>
```

 

 

 ######  Contact Form M 

 Name  

 Email  

 Enquiry  

  Submit  

  

 &lt;form layout="grid" space="p:medium-3x g:medium-3x m:none" visual="border:blue-200 border-w:regular rounded:medium bg:blue-50"&gt; &lt;h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold"&gt; Contact Form M &lt;/h6&gt; &lt;div layout="grid"&gt; &lt;label space="h:medium-3x" visual="text-size:small" class="text-bold" for="name\_m"&gt;Name&lt;/label&gt; &lt;input id="name\_m" type="text" space="h:big p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:large" placeholder="Name"&gt; &lt;/div&gt; &lt;div layout="grid"&gt; &lt;label space="h:medium-3x" visual="text-size:small" class="text-bold" for="email\_m"&gt;Email&lt;/label&gt; &lt;input id="email\_m" type="email" space="h:big p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:large" placeholder="yourname@mail.com"&gt; &lt;/div&gt; &lt;div layout="grid"&gt; &lt;label space="h:medium-3x" visual="text-size:small" class="text-bold" for="enquiry\_m"&gt;Enquiry&lt;/label&gt; &lt;textarea id="enquiry\_m" space="p-y:small p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:large" rows="3" placeholder="Write..."&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;div layout="flex justify:end"&gt; &lt;button type="submit" layout="flex items:center justify:center" space="p-x:medium-3x w:\[100%\] tw-lg:max-w:\[max-content\] h:big" visual="bg:blue-600 text:white rounded:medium text-size:large font:tw-semibold hover:opacity:80"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/form&gt; COPY ```
<form layout="grid" space="p:medium-3x g:medium-3x m:none" visual="border:blue-200 border-w:regular rounded:medium bg:blue-50">
  <h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold">
    Contact Form M
  </h6>
  <div layout="grid">
    <label space="h:medium-3x" visual="text-size:small" class="text-bold" for="name_m">Name</label>
    <input id="name_m" type="text" space="h:big p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:large" placeholder="Name">
  </div>
  <div layout="grid">
    <label space="h:medium-3x" visual="text-size:small" class="text-bold" for="email_m">Email</label>
    <input id="email_m" type="email" space="h:big p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:large" placeholder="yourname@mail.com">
  </div>
  <div layout="grid">
    <label space="h:medium-3x" visual="text-size:small" class="text-bold" for="enquiry_m">Enquiry</label>
    <textarea id="enquiry_m" space="p-y:small p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:large" rows="3" placeholder="Write..."></textarea>
  </div>
  <div layout="flex justify:end">
    <button type="submit" layout="flex items:center justify:center" space="p-x:medium-3x w:[100%] tw-lg:max-w:[max-content] h:big" visual="bg:blue-600 text:white rounded:medium text-size:large font:tw-semibold hover:opacity:80">
      Submit
    </button>
  </div>
</form>
```

 

 

 ######  Contact Form L 

 Name  

 Email  

 Enquiry  

  Submit  

  

 &lt;form class="grid p-6 gap-6 border-blue-200 border-2 rounded-xl bg-blue-50 m-0"&gt; &lt;h6 class="text-base lg:text-lg capitalize font-bold"&gt; Contact Form L &lt;/h6&gt; &lt;div class="grid"&gt; &lt;label class="text-bold text-sm h-6" for="name\_l"&gt;Name&lt;/label&gt; &lt;input id="name\_l" type="text" class="h-14 px-3 border-neutral-200 border-2 rounded-lg text-xl" placeholder="Name"&gt; &lt;/div&gt; &lt;div class="grid"&gt; &lt;label class="text-bold text-sm h-6" for="email\_l"&gt;Email&lt;/label&gt; &lt;input id="email\_l" type="email" class="h-14 px-3 border-neutral-200 border-2 rounded-lg text-xl" placeholder="yourname@mail.com"&gt; &lt;/div&gt; &lt;div class="grid"&gt; &lt;label class="text-bold text-sm h-6" for="enquiry\_l"&gt;Enquiry&lt;/label&gt; &lt;textarea id="enquiry\_l" class="py-2 px-3 border-neutral-200 border-2 rounded-lg text-xl" rows="3" placeholder="Write..."&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;div class="flex justify-end"&gt; &lt;button type="submit" class="bg-blue-600 text-white rounded-lg text-xl font-semibold px-8 w-full lg:max-w-max h-14 flex items-center justify-center hover:opacity-80"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/form&gt; COPY ```
<form class="grid p-6 gap-6 border-blue-200 border-2 rounded-xl bg-blue-50 m-0">
  <h6 class="text-base lg:text-lg capitalize font-bold">
    Contact Form L
  </h6>
  <div class="grid">
    <label class="text-bold text-sm h-6" for="name_l">Name</label>
    <input id="name_l" type="text" class="h-14 px-3 border-neutral-200 border-2 rounded-lg text-xl" placeholder="Name">
  </div>
  <div class="grid">
    <label class="text-bold text-sm h-6" for="email_l">Email</label>
    <input id="email_l" type="email" class="h-14 px-3 border-neutral-200 border-2 rounded-lg text-xl" placeholder="yourname@mail.com">
  </div>
  <div class="grid">
    <label class="text-bold text-sm h-6" for="enquiry_l">Enquiry</label>
    <textarea id="enquiry_l" class="py-2 px-3 border-neutral-200 border-2 rounded-lg text-xl" rows="3" placeholder="Write..."></textarea>
  </div>
  <div class="flex justify-end">
    <button type="submit" class="bg-blue-600 text-white rounded-lg text-xl font-semibold px-8 w-full lg:max-w-max h-14 flex items-center justify-center hover:opacity-80">
      Submit
    </button>
  </div>
</form>
```

 

 

 ######  Contact Form L 

 Name  

 Email  

 Enquiry  

  Submit  

  

 &lt;form layout="grid" space="p:medium-3x g:medium-3x m:none" visual="border:blue-200 border-w:regular rounded:medium bg:blue-50"&gt; &lt;h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold"&gt; Contact Form L &lt;/h6&gt; &lt;div layout="grid"&gt; &lt;label space="h:medium-3x" visual="text-size:small" class="text-bold" for="name\_l"&gt;Name&lt;/label&gt; &lt;input id="name\_l" type="text" space="h:big-2x p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:big" placeholder="Name"&gt; &lt;/div&gt; &lt;div layout="grid"&gt; &lt;label space="h:medium-3x" visual="text-size:small" class="text-bold" for="email\_l"&gt;Email&lt;/label&gt; &lt;input id="email\_l" type="email" space="h:big-2x p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:big" placeholder="yourname@mail.com"&gt; &lt;/div&gt; &lt;div layout="grid"&gt; &lt;label space="h:medium-3x" visual="text-size:small" class="text-bold" for="enquiry\_l"&gt;Enquiry&lt;/label&gt; &lt;textarea id="enquiry\_l" space="p-y:small p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:big" rows="3" placeholder="Write..."&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;div layout="flex justify:end"&gt; &lt;button type="submit" layout="flex items:center justify:center" space="p-x:large w:\[100%\] tw-lg:max-w:\[max-content\] h:big-2x" visual="bg:blue-600 text:white rounded:medium text-size:big font:tw-semibold hover:opacity:80"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/form&gt; COPY ```
<form layout="grid" space="p:medium-3x g:medium-3x m:none" visual="border:blue-200 border-w:regular rounded:medium bg:blue-50">
  <h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold">
    Contact Form L
  </h6>
  <div layout="grid">
    <label space="h:medium-3x" visual="text-size:small" class="text-bold" for="name_l">Name</label>
    <input id="name_l" type="text" space="h:big-2x p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:big" placeholder="Name">
  </div>
  <div layout="grid">
    <label space="h:medium-3x" visual="text-size:small" class="text-bold" for="email_l">Email</label>
    <input id="email_l" type="email" space="h:big-2x p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:big" placeholder="yourname@mail.com">
  </div>
  <div layout="grid">
    <label space="h:medium-3x" visual="text-size:small" class="text-bold" for="enquiry_l">Enquiry</label>
    <textarea id="enquiry_l" space="p-y:small p-x:small-3x" visual="border:neutral-200 border-w:regular rounded:medium text-size:big" rows="3" placeholder="Write..."></textarea>
  </div>
  <div layout="flex justify:end">
    <button type="submit" layout="flex items:center justify:center" space="p-x:large w:[100%] tw-lg:max-w:[max-content] h:big-2x" visual="bg:blue-600 text:white rounded:medium text-size:big font:tw-semibold hover:opacity:80">
      Submit
    </button>
  </div>
</form>
```

 

 

  ####  [\#](https://senangstart.com/components/modals/llms.txt)Modals 

  layout  

Overlay Modals

 

    

 TailwindCSS    SenangStart CSS  

 S M L 

 

######  Modal Title Here 

    

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

  Cancel   Submit  

 

 

 &lt;div class="grid border-neutral-200 border-2 rounded-xl bg-white shadow-xl max-w-sm w-full"&gt; &lt;div class="py-2 px-4 border-b border-neutral-200 flex justify-between items-center"&gt; &lt;h6 class="text-base lg:text-lg capitalize font-bold m-0"&gt; Modal Title Here &lt;/h6&gt; &lt;button class="flex items-center justify-center w-8 h-8 hover:bg-red-600 hover:text-white rounded transition-colors"&gt; &lt;i class="fas fa-times"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; &lt;div class="py-4 px-4"&gt; &lt;p class="text-gray-600"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt; &lt;/div&gt; &lt;div class="py-2 px-4 border-t border-neutral-200 flex justify-end gap-2"&gt; &lt;button type="button" class="border-blue-600 border-2 text-blue-600 rounded-lg text-sm font-semibold px-4 py-2 hover:bg-blue-50 transition-colors"&gt; Cancel &lt;/button&gt; &lt;button type="submit" class="bg-blue-600 text-white rounded-lg text-sm font-semibold px-4 py-2 hover:bg-blue-700 transition-colors"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="grid border-neutral-200 border-2 rounded-xl bg-white shadow-xl max-w-sm w-full">
  <div class="py-2 px-4 border-b border-neutral-200 flex justify-between items-center">
    <h6 class="text-base lg:text-lg capitalize font-bold m-0">
      Modal Title Here
    </h6>
    <button class="flex items-center justify-center w-8 h-8 hover:bg-red-600 hover:text-white rounded transition-colors">
      <i class="fas fa-times"></i>
    </button>
  </div>
  <div class="py-4 px-4">
    <p class="text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  </div>
  <div class="py-2 px-4 border-t border-neutral-200 flex justify-end gap-2">
    <button type="button" class="border-blue-600 border-2 text-blue-600 rounded-lg text-sm font-semibold px-4 py-2 hover:bg-blue-50 transition-colors">
      Cancel
    </button>
    <button type="submit" class="bg-blue-600 text-white rounded-lg text-sm font-semibold px-4 py-2 hover:bg-blue-700 transition-colors">
      Submit
    </button>
  </div>
</div>
```

 

 

######  Modal Title Here 

    

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

  Cancel   Submit  

 

 

 &lt;div layout="grid" space="max-w:\[360px\] w:\[100%\]" visual="border:neutral-200 border-w:regular rounded:medium bg:white shadow:giant"&gt; &lt;div layout="flex justify:between items:center" space="p-y:small p-x:medium" visual="border:neutral-200" class="border-b"&gt; &lt;h6 space="m:none" visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold"&gt; Modal Title Here &lt;/h6&gt; &lt;button layout="flex items:center justify:center" space="w:large h:large" visual="hover:bg:red-600 hover:text:white rounded:small transition:colors text-size:large"&gt; &lt;i class="ss ss-x-mark"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; &lt;div space="p-y:medium p-x:medium"&gt; &lt;p visual="text:gray-600"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt; &lt;/div&gt; &lt;div layout="flex justify:end" space="p-y:small p-x:medium g:small" visual="border:neutral-200" class="border-t"&gt; &lt;button type="button" space="p-x:medium p-y:small" visual="border:blue-600 border-w:regular text:blue-600 rounded:medium text-size:small font:tw-semibold hover:bg:blue-50 transition:colors"&gt; Cancel &lt;/button&gt; &lt;button type="submit" space="p-x:medium p-y:small" visual="bg:blue-600 text:white rounded:medium text-size:small font:tw-semibold hover:bg:blue-700 transition:colors"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div layout="grid" space="max-w:[360px] w:[100%]" visual="border:neutral-200 border-w:regular rounded:medium bg:white shadow:giant">
  <div layout="flex justify:between items:center" space="p-y:small p-x:medium" visual="border:neutral-200" class="border-b">
    <h6 space="m:none" visual="text-size:base tw-lg:text-size:large capitalize font:tw-bold">
      Modal Title Here
    </h6>
    <button layout="flex items:center justify:center" space="w:large h:large" visual="hover:bg:red-600 hover:text:white rounded:small transition:colors text-size:large">
      <i class="ss ss-x-mark"></i>
    </button>
  </div>
  <div space="p-y:medium p-x:medium">
    <p visual="text:gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  </div>
  <div layout="flex justify:end" space="p-y:small p-x:medium g:small" visual="border:neutral-200" class="border-t">
    <button type="button" space="p-x:medium p-y:small" visual="border:blue-600 border-w:regular text:blue-600 rounded:medium text-size:small font:tw-semibold hover:bg:blue-50 transition:colors">
      Cancel
    </button>
    <button type="submit" space="p-x:medium p-y:small" visual="bg:blue-600 text:white rounded:medium text-size:small font:tw-semibold hover:bg:blue-700 transition:colors">
      Submit
    </button>
  </div>
</div>
```

 

 

######  Modal Title Here 

    

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

  Cancel   Submit  

 

 

 &lt;div class="grid border-neutral-200 border-2 rounded-xl bg-white shadow-xl max-w-md w-full"&gt; &lt;div class="py-3 px-5 border-b border-neutral-200 flex justify-between items-center"&gt; &lt;h6 class="text-lg lg:text-xl capitalize font-bold m-0"&gt; Modal Title Here &lt;/h6&gt; &lt;button class="flex items-center justify-center w-8 h-8 hover:bg-red-600 hover:text-white rounded transition-colors"&gt; &lt;i class="fas fa-times"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; &lt;div class="py-5 px-5"&gt; &lt;p class="text-gray-600"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt; &lt;/div&gt; &lt;div class="py-3 px-5 border-t border-neutral-200 flex justify-end gap-3"&gt; &lt;button type="button" class="border-blue-600 border-2 text-blue-600 rounded-lg text-base font-semibold px-5 py-2 hover:bg-blue-50 transition-colors"&gt; Cancel &lt;/button&gt; &lt;button type="submit" class="bg-blue-600 text-white rounded-lg text-base font-semibold px-5 py-2 hover:bg-blue-700 transition-colors"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="grid border-neutral-200 border-2 rounded-xl bg-white shadow-xl max-w-md w-full">
  <div class="py-3 px-5 border-b border-neutral-200 flex justify-between items-center">
    <h6 class="text-lg lg:text-xl capitalize font-bold m-0">
      Modal Title Here
    </h6>
    <button class="flex items-center justify-center w-8 h-8 hover:bg-red-600 hover:text-white rounded transition-colors">
      <i class="fas fa-times"></i>
    </button>
  </div>
  <div class="py-5 px-5">
    <p class="text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  </div>
  <div class="py-3 px-5 border-t border-neutral-200 flex justify-end gap-3">
    <button type="button" class="border-blue-600 border-2 text-blue-600 rounded-lg text-base font-semibold px-5 py-2 hover:bg-blue-50 transition-colors">
      Cancel
    </button>
    <button type="submit" class="bg-blue-600 text-white rounded-lg text-base font-semibold px-5 py-2 hover:bg-blue-700 transition-colors">
      Submit
    </button>
  </div>
</div>
```

 

 

######  Modal Title Here 

    

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

  Cancel   Submit  

 

 

 &lt;div layout="grid" space="max-w:\[480px\] w:\[100%\]" visual="border:neutral-200 border-w:regular rounded:medium bg:white shadow:giant"&gt; &lt;div layout="flex justify:between items:center" space="p-y:small-3x p-x:medium-2x" visual="border:neutral-200" class="border-b"&gt; &lt;h6 space="m:none" visual="text-size:large tw-lg:text-size:big capitalize font:tw-bold"&gt; Modal Title Here &lt;/h6&gt; &lt;button layout="flex items:center justify:center" space="w:large h:large" visual="hover:bg:red-600 hover:text:white rounded:small transition:colors text-size:large"&gt; &lt;i class="ss ss-x-mark"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; &lt;div space="p-y:medium-2x p-x:medium-2x"&gt; &lt;p visual="text:gray-600"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt; &lt;/div&gt; &lt;div layout="flex justify:end" space="p-y:small-3x p-x:medium-2x g:small-3x" visual="border:neutral-200" class="border-t"&gt; &lt;button type="button" space="p-x:medium-2x p-y:small" visual="border:blue-600 border-w:regular text:blue-600 rounded:medium text-size:base font:tw-semibold hover:bg:blue-50 transition:colors"&gt; Cancel &lt;/button&gt; &lt;button type="submit" space="p-x:medium-2x p-y:small" visual="bg:blue-600 text:white rounded:medium text-size:base font:tw-semibold hover:bg:blue-700 transition:colors"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div layout="grid" space="max-w:[480px] w:[100%]" visual="border:neutral-200 border-w:regular rounded:medium bg:white shadow:giant">
  <div layout="flex justify:between items:center" space="p-y:small-3x p-x:medium-2x" visual="border:neutral-200" class="border-b">
    <h6 space="m:none" visual="text-size:large tw-lg:text-size:big capitalize font:tw-bold">
      Modal Title Here
    </h6>
    <button layout="flex items:center justify:center" space="w:large h:large" visual="hover:bg:red-600 hover:text:white rounded:small transition:colors text-size:large">
      <i class="ss ss-x-mark"></i>
    </button>
  </div>
  <div space="p-y:medium-2x p-x:medium-2x">
    <p visual="text:gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  </div>
  <div layout="flex justify:end" space="p-y:small-3x p-x:medium-2x g:small-3x" visual="border:neutral-200" class="border-t">
    <button type="button" space="p-x:medium-2x p-y:small" visual="border:blue-600 border-w:regular text:blue-600 rounded:medium text-size:base font:tw-semibold hover:bg:blue-50 transition:colors">
      Cancel
    </button>
    <button type="submit" space="p-x:medium-2x p-y:small" visual="bg:blue-600 text:white rounded:medium text-size:base font:tw-semibold hover:bg:blue-700 transition:colors">
      Submit
    </button>
  </div>
</div>
```

 

 

#####  Modal Title Here 

    

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

  Cancel   Submit  

 

 

 &lt;div class="grid border-neutral-200 border-2 rounded-xl bg-white shadow-xl max-w-lg w-full"&gt; &lt;div class="py-4 px-6 border-b border-neutral-200 flex justify-between items-center"&gt; &lt;h5 class="text-xl lg:text-2xl capitalize font-bold m-0"&gt; Modal Title Here &lt;/h5&gt; &lt;button class="flex items-center justify-center w-10 h-10 hover:bg-red-600 hover:text-white rounded transition-colors"&gt; &lt;i class="fas fa-times"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; &lt;div class="py-6 px-6"&gt; &lt;p class="text-gray-600"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt; &lt;/div&gt; &lt;div class="py-4 px-6 border-t border-neutral-200 flex justify-end gap-4"&gt; &lt;button type="button" class="border-blue-600 border-2 text-blue-600 rounded-lg text-lg font-semibold px-6 py-2.5 hover:bg-blue-50 transition-colors"&gt; Cancel &lt;/button&gt; &lt;button type="submit" class="bg-blue-600 text-white rounded-lg text-lg font-semibold px-6 py-2.5 hover:bg-blue-700 transition-colors"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="grid border-neutral-200 border-2 rounded-xl bg-white shadow-xl max-w-lg w-full">
  <div class="py-4 px-6 border-b border-neutral-200 flex justify-between items-center">
    <h5 class="text-xl lg:text-2xl capitalize font-bold m-0">
      Modal Title Here
    </h5>
    <button class="flex items-center justify-center w-10 h-10 hover:bg-red-600 hover:text-white rounded transition-colors">
      <i class="fas fa-times"></i>
    </button>
  </div>
  <div class="py-6 px-6">
    <p class="text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  </div>
  <div class="py-4 px-6 border-t border-neutral-200 flex justify-end gap-4">
    <button type="button" class="border-blue-600 border-2 text-blue-600 rounded-lg text-lg font-semibold px-6 py-2.5 hover:bg-blue-50 transition-colors">
      Cancel
    </button>
    <button type="submit" class="bg-blue-600 text-white rounded-lg text-lg font-semibold px-6 py-2.5 hover:bg-blue-700 transition-colors">
      Submit
    </button>
  </div>
</div>
```

 

 

#####  Modal Title Here 

    

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

  Cancel   Submit  

 

 

 &lt;div layout="grid" space="max-w:\[720px\] w:\[100%\]" visual="border:neutral-200 border-w:regular rounded:medium bg:white shadow:giant"&gt; &lt;div layout="flex justify:between items:center" space="p-y:medium p-x:medium-3x" visual="border:neutral-200" class="border-b"&gt; &lt;h5 space="m:none" visual="text-size:big tw-lg:text-size:huge capitalize font:tw-bold"&gt; Modal Title Here &lt;/h5&gt; &lt;button layout="flex items:center justify:center" space="w:large-3x h:large-3x" visual="hover:bg:red-600 hover:text:white rounded:small transition:colors text-size:large"&gt; &lt;i class="ss ss-x-mark"&gt;&lt;/i&gt; &lt;/button&gt; &lt;/div&gt; &lt;div space="p-y:medium-3x p-x:medium-3x"&gt; &lt;p visual="text:gray-600"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt; &lt;/div&gt; &lt;div layout="flex justify:end" space="p-y:medium p-x:medium-3x g:medium" visual="border:neutral-200" class="border-t"&gt; &lt;button type="button" space="p-x:medium-3x p-y:small-2x" visual="border:blue-600 border-w:regular text:blue-600 rounded:medium text-size:large font:tw-semibold hover:bg:blue-50 transition:colors"&gt; Cancel &lt;/button&gt; &lt;button type="submit" space="p-x:medium-3x p-y:small-2x" visual="bg:blue-600 text:white rounded:medium text-size:large font:tw-semibold hover:bg:blue-700 transition:colors"&gt; Submit &lt;/button&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div layout="grid" space="max-w:[720px] w:[100%]" visual="border:neutral-200 border-w:regular rounded:medium bg:white shadow:giant">
  <div layout="flex justify:between items:center" space="p-y:medium p-x:medium-3x" visual="border:neutral-200" class="border-b">
    <h5 space="m:none" visual="text-size:big tw-lg:text-size:huge capitalize font:tw-bold">
      Modal Title Here
    </h5>
    <button layout="flex items:center justify:center" space="w:large-3x h:large-3x" visual="hover:bg:red-600 hover:text:white rounded:small transition:colors text-size:large">
      <i class="ss ss-x-mark"></i>
    </button>
  </div>
  <div space="p-y:medium-3x p-x:medium-3x">
    <p visual="text:gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  </div>
  <div layout="flex justify:end" space="p-y:medium p-x:medium-3x g:medium" visual="border:neutral-200" class="border-t">
    <button type="button" space="p-x:medium-3x p-y:small-2x" visual="border:blue-600 border-w:regular text:blue-600 rounded:medium text-size:large font:tw-semibold hover:bg:blue-50 transition:colors">
      Cancel
    </button>
    <button type="submit" space="p-x:medium-3x p-y:small-2x" visual="bg:blue-600 text:white rounded:medium text-size:large font:tw-semibold hover:bg:blue-700 transition:colors">
      Submit
    </button>
  </div>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/cards-simple-filled/llms.txt)Cards (Simple Filled) 

  layout  

Cards (Simple)

 

    

 TailwindCSS    SenangStart CSS  

 

######  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 

 &lt;div class="grid p-6 gap-4 rounded-lg bg-gray-100 border border-transparent hover:border-blue-200 transition-all"&gt; &lt;h6 class="text-base lg:text-lg capitalize font-semibold text-gray-900"&gt; Card title here... &lt;/h6&gt; &lt;p class="text-gray-600"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; COPY ```
<div class="grid p-6 gap-4 rounded-lg bg-gray-100 border border-transparent hover:border-blue-200 transition-all">
    <h6 class="text-base lg:text-lg capitalize font-semibold text-gray-900">
      Card title here...
    </h6>
    <p class="text-gray-600">
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
      eiusmod tempor incididunt ut labore et dolore magna aliqua.
    </p>
</div>
```

 

 

######  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 

 &lt;div layout="grid" space="p:medium-3x g:medium" visual="rounded:medium bg:gray-100 border-w:thin hover:border:blue-200 transition:all" class="border-transparent"&gt; &lt;h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-semibold text:gray-900"&gt; Card title here... &lt;/h6&gt; &lt;p visual="text:gray-600"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; COPY ```
<div layout="grid" space="p:medium-3x g:medium" visual="rounded:medium bg:gray-100 border-w:thin hover:border:blue-200 transition:all" class="border-transparent">
    <h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-semibold text:gray-900">
      Card title here...
    </h6>
    <p visual="text:gray-600">
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
      eiusmod tempor incididunt ut labore et dolore magna aliqua.
    </p>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/cards-simple-outline/llms.txt)Cards (Simple Outline) 

  layout  

Cards (Simple Outline)

 

    

 TailwindCSS    SenangStart CSS  

 

######  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 

 &lt;div class="grid p-6 gap-4 rounded-lg border border-neutral-200 bg-white hover:shadow-md transition-shadow"&gt; &lt;h6 class="text-base lg:text-lg capitalize font-semibold text-gray-900"&gt; Card title here... &lt;/h6&gt; &lt;p class="text-gray-600"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; COPY ```
<div class="grid p-6 gap-4 rounded-lg border border-neutral-200 bg-white hover:shadow-md transition-shadow">
    <h6 class="text-base lg:text-lg capitalize font-semibold text-gray-900">
      Card title here...
    </h6>
    <p class="text-gray-600">
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
      eiusmod tempor incididunt ut labore et dolore magna aliqua.
    </p>
</div>
```

 

 

######  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 

 &lt;div layout="grid" space="p:medium-3x g:medium" visual="rounded:medium border-w:thin border:neutral-200 bg:white hover:shadow:medium transition:shadow"&gt; &lt;h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-semibold text:gray-900"&gt; Card title here... &lt;/h6&gt; &lt;p visual="text:gray-600"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; COPY ```
<div layout="grid" space="p:medium-3x g:medium" visual="rounded:medium border-w:thin border:neutral-200 bg:white hover:shadow:medium transition:shadow">
    <h6 visual="text-size:base tw-lg:text-size:large capitalize font:tw-semibold text:gray-900">
      Card title here...
    </h6>
    <p visual="text:gray-600">
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
      eiusmod tempor incididunt ut labore et dolore magna aliqua.
    </p>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/cards-icon-start-filled/llms.txt)Cards (Icon Start Filled) 

  layout  

Cards (Icon Start Filled)

 

    

 TailwindCSS    SenangStart CSS  

 

  

######  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 

 &lt;div class="bg-gray-100 rounded-lg p-6 flex flex-col hover:bg-gray-200 transition-colors"&gt; &lt;div class="bg-blue-600 text-white w-14 h-14 rounded-lg mb-4 flex items-center justify-center text-2xl shadow-sm"&gt; &lt;i class="fas fa-cube"&gt;&lt;/i&gt; &lt;/div&gt; &lt;h6 class="mb-2 font-semibold text-base lg:text-lg text-gray-900"&gt; Card title here... &lt;/h6&gt; &lt;p class="text-gray-600 text-sm lg:text-base"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; COPY ```
<div class="bg-gray-100 rounded-lg p-6 flex flex-col hover:bg-gray-200 transition-colors">
    <div class="bg-blue-600 text-white w-14 h-14 rounded-lg mb-4 flex items-center justify-center text-2xl shadow-sm">
      <i class="fas fa-cube"></i>
    </div>
    <h6 class="mb-2 font-semibold text-base lg:text-lg text-gray-900">
      Card title here...
    </h6>
    <p class="text-gray-600 text-sm lg:text-base">
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
      eiusmod tempor incididunt ut labore et dolore magna aliqua.
    </p>
</div>
```

 

 

  

######  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 

 &lt;div layout="flex col" space="p:medium-3x" visual="bg:gray-100 rounded:medium hover:bg:gray-200 transition:colors"&gt; &lt;div layout="flex items:center justify:center" space="w:big-2x h:big-2x m-b:medium" visual="bg:blue-600 text:white rounded:medium text-size:huge shadow:small"&gt; &lt;i class="ss ss-cube"&gt;&lt;/i&gt; &lt;/div&gt; &lt;h6 space="m-b:small" visual="font:tw-semibold text-size:base tw-lg:text-size:large text:gray-900"&gt; Card title here... &lt;/h6&gt; &lt;p visual="text:gray-600 text-size:small tw-lg:text-size:base"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; COPY ```
<div layout="flex col" space="p:medium-3x" visual="bg:gray-100 rounded:medium hover:bg:gray-200 transition:colors">
    <div layout="flex items:center justify:center" space="w:big-2x h:big-2x m-b:medium" visual="bg:blue-600 text:white rounded:medium text-size:huge shadow:small">
      <i class="ss ss-cube"></i>
    </div>
    <h6 space="m-b:small" visual="font:tw-semibold text-size:base tw-lg:text-size:large text:gray-900">
      Card title here...
    </h6>
    <p visual="text:gray-600 text-size:small tw-lg:text-size:base">
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
      eiusmod tempor incididunt ut labore et dolore magna aliqua.
    </p>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/cards-icon-start-outline/llms.txt)Cards (Icon Start Outline) 

  layout  

Cards (Icon Start Outline)

 

    

 TailwindCSS    SenangStart CSS  

 

  

######  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 

 &lt;div class="border border-neutral-200 rounded-lg p-6 flex flex-col hover:border-blue-400 transition-colors"&gt; &lt;div class="bg-blue-50 text-blue-600 w-14 h-14 rounded-lg mb-4 flex items-center justify-center text-2xl"&gt; &lt;i class="fas fa-cube"&gt;&lt;/i&gt; &lt;/div&gt; &lt;h6 class="mb-2 font-semibold text-base lg:text-lg text-gray-900"&gt; Card title here... &lt;/h6&gt; &lt;p class="text-gray-600 text-sm lg:text-base"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; COPY ```
<div class="border border-neutral-200 rounded-lg p-6 flex flex-col hover:border-blue-400 transition-colors">
    <div class="bg-blue-50 text-blue-600 w-14 h-14 rounded-lg mb-4 flex items-center justify-center text-2xl">
      <i class="fas fa-cube"></i>
    </div>
    <h6 class="mb-2 font-semibold text-base lg:text-lg text-gray-900">
      Card title here...
    </h6>
    <p class="text-gray-600 text-sm lg:text-base">
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
      eiusmod tempor incididunt ut labore et dolore magna aliqua.
    </p>
</div>
```

 

 

  

######  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 

 &lt;div layout="flex col" space="p:medium-3x" visual="border-w:thin border:neutral-200 rounded:medium hover:border:blue-400 transition:colors"&gt; &lt;div layout="flex items:center justify:center" space="w:big-2x h:big-2x m-b:medium" visual="bg:blue-50 text:blue-600 rounded:medium text-size:huge"&gt; &lt;i class="ss ss-cube"&gt;&lt;/i&gt; &lt;/div&gt; &lt;h6 space="m-b:small" visual="font:tw-semibold text-size:base tw-lg:text-size:large text:gray-900"&gt; Card title here... &lt;/h6&gt; &lt;p visual="text:gray-600 text-size:small tw-lg:text-size:base"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; COPY ```
<div layout="flex col" space="p:medium-3x" visual="border-w:thin border:neutral-200 rounded:medium hover:border:blue-400 transition:colors">
    <div layout="flex items:center justify:center" space="w:big-2x h:big-2x m-b:medium" visual="bg:blue-50 text:blue-600 rounded:medium text-size:huge">
      <i class="ss ss-cube"></i>
    </div>
    <h6 space="m-b:small" visual="font:tw-semibold text-size:base tw-lg:text-size:large text:gray-900">
      Card title here...
    </h6>
    <p visual="text:gray-600 text-size:small tw-lg:text-size:base">
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
      eiusmod tempor incididunt ut labore et dolore magna aliqua.
    </p>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/cards-image-outline/llms.txt)Cards (Image Outline) 

  layout  

Cards (Image Outline)

 

    

 TailwindCSS    SenangStart CSS  

 

#####  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 ![](https://dummyimage.com/600x400/2564eb/ffffff.png&text=SenangStart Image) 

 

 

 &lt;div class="max-w-md w-full"&gt; &lt;div class="border border-neutral-200 rounded-xl overflow-hidden hover:shadow-lg transition-shadow"&gt; &lt;div class="p-6"&gt; &lt;h5 class="text-lg lg:text-xl font-semibold mb-2 text-gray-900"&gt; Card title here... &lt;/h5&gt; &lt;p class="text-gray-600 mb-4"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; &lt;img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;amp;text=SenangStart Image" class="w-full h-48 object-cover"&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="max-w-md w-full">
    <div class="border border-neutral-200 rounded-xl overflow-hidden hover:shadow-lg transition-shadow">
        <div class="p-6">
          <h5 class="text-lg lg:text-xl font-semibold mb-2 text-gray-900">
            Card title here...
          </h5>
          <p class="text-gray-600 mb-4">
            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
            eiusmod tempor incididunt ut labore et dolore magna aliqua.
          </p>
        </div>
        <img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;text=SenangStart Image" class="w-full h-48 object-cover">
    </div>
</div>
```

 

 

#####  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 ![](https://dummyimage.com/600x400/2564eb/ffffff.png&text=SenangStart Image) 

 

 

 &lt;div space="max-w:\[480px\] w:\[100%\]"&gt; &lt;div layout="overflow:hidden" visual="border-w:thin border:neutral-200 rounded:medium hover:shadow:big transition:shadow"&gt; &lt;div space="p:medium-3x"&gt; &lt;h5 space="m-b:small" visual="text-size:large tw-lg:text-size:big font:tw-semibold text:gray-900"&gt; Card title here... &lt;/h5&gt; &lt;p space="m-b:medium" visual="text:gray-600"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; &lt;img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;amp;text=SenangStart Image" layout="object:cover" space="w:\[100%\] h:vast-3x"&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div space="max-w:[480px] w:[100%]">
    <div layout="overflow:hidden" visual="border-w:thin border:neutral-200 rounded:medium hover:shadow:big transition:shadow">
        <div space="p:medium-3x">
          <h5 space="m-b:small" visual="text-size:large tw-lg:text-size:big font:tw-semibold text:gray-900">
            Card title here...
          </h5>
          <p space="m-b:medium" visual="text:gray-600">
            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
            eiusmod tempor incididunt ut labore et dolore magna aliqua.
          </p>
        </div>
        <img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;text=SenangStart Image" layout="object:cover" space="w:[100%] h:vast-3x">
    </div>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/cards-image-filled/llms.txt)Cards (Image Filled) 

  layout  

Cards (Image Filled)

 

    

 TailwindCSS    SenangStart CSS  

 

#####  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 ![](https://dummyimage.com/600x400/2564eb/ffffff.png&text=SenangStart Image) 

 

 

 &lt;div class="max-w-md w-full"&gt; &lt;div class="bg-gray-100 rounded-xl overflow-hidden hover:bg-gray-200 transition-colors"&gt; &lt;div class="p-6"&gt; &lt;h5 class="text-lg lg:text-xl font-semibold mb-2 text-gray-900"&gt; Card title here... &lt;/h5&gt; &lt;p class="text-gray-600 mb-4"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; &lt;img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;amp;text=SenangStart Image" class="w-full h-48 object-cover"&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="max-w-md w-full">
    <div class="bg-gray-100 rounded-xl overflow-hidden hover:bg-gray-200 transition-colors">
        <div class="p-6">
          <h5 class="text-lg lg:text-xl font-semibold mb-2 text-gray-900">
            Card title here...
          </h5>
          <p class="text-gray-600 mb-4">
            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
            eiusmod tempor incididunt ut labore et dolore magna aliqua.
          </p>
        </div>
        <img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;text=SenangStart Image" class="w-full h-48 object-cover">
    </div>
</div>
```

 

 

#####  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 ![](https://dummyimage.com/600x400/2564eb/ffffff.png&text=SenangStart Image) 

 

 

 &lt;div space="max-w:\[480px\] w:\[100%\]"&gt; &lt;div layout="overflow:hidden" visual="bg:gray-100 rounded:medium hover:bg:gray-200 transition:colors"&gt; &lt;div space="p:medium-3x"&gt; &lt;h5 space="m-b:small" visual="text-size:large tw-lg:text-size:big font:tw-semibold text:gray-900"&gt; Card title here... &lt;/h5&gt; &lt;p space="m-b:medium" visual="text:gray-600"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; &lt;img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;amp;text=SenangStart Image" layout="object:cover" space="w:\[100%\] h:vast-3x"&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div space="max-w:[480px] w:[100%]">
    <div layout="overflow:hidden" visual="bg:gray-100 rounded:medium hover:bg:gray-200 transition:colors">
        <div space="p:medium-3x">
          <h5 space="m-b:small" visual="text-size:large tw-lg:text-size:big font:tw-semibold text:gray-900">
            Card title here...
          </h5>
          <p space="m-b:medium" visual="text:gray-600">
            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
            eiusmod tempor incididunt ut labore et dolore magna aliqua.
          </p>
        </div>
        <img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;text=SenangStart Image" layout="object:cover" space="w:[100%] h:vast-3x">
    </div>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/cards-image-action-filled/llms.txt)Cards (Image Action Filled) 

  layout  

Cards (Image Action Filled)

 

    

 TailwindCSS    SenangStart CSS  

 

####  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 [Learn More ](#) 

 

 ![](https://dummyimage.com/600x400/2564eb/ffffff.png&text=SenangStart Image) 

 

 

 

 &lt;div class="max-w-md w-full"&gt; &lt;div class="rounded-xl overflow-hidden flex flex-col justify-between bg-gray-100 hover:shadow-lg transition-all"&gt; &lt;div class="p-6 text-center flex flex-col justify-between h-full"&gt; &lt;div&gt; &lt;h4 class="text-xl lg:text-2xl mb-2 font-semibold text-gray-900"&gt; Card title here... &lt;/h4&gt; &lt;p class="text-gray-600 mb-6"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; &lt;div class="flex justify-center"&gt; &lt;a href="#" class="font-semibold text-blue-600 lg:text-lg flex items-center gap-2 pr-1 hover:gap-3 hover:pr-0 hover:opacity-80 transition-all"&gt;Learn More &lt;i class="fas fa-arrow-right"&gt;&lt;/i&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div&gt; &lt;img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;amp;text=SenangStart Image" class="w-full h-48 object-cover"&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="max-w-md w-full">
  <div class="rounded-xl overflow-hidden flex flex-col justify-between bg-gray-100 hover:shadow-lg transition-all">
    <div class="p-6 text-center flex flex-col justify-between h-full">
      <div>
        <h4 class="text-xl lg:text-2xl mb-2 font-semibold text-gray-900">
          Card title here...
        </h4>
        <p class="text-gray-600 mb-6">
          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
          do eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </p>
      </div>
      <div class="flex justify-center">
        <a href="#" class="font-semibold text-blue-600 lg:text-lg flex items-center gap-2 pr-1 hover:gap-3 hover:pr-0 hover:opacity-80 transition-all">Learn More <i class="fas fa-arrow-right"></i></a>
      </div>
    </div>
    <div>
      <img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;text=SenangStart Image" class="w-full h-48 object-cover">
    </div>
  </div>
</div>
```

 

 

####  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 [Learn More ](#) 

 

 ![](https://dummyimage.com/600x400/2564eb/ffffff.png&text=SenangStart Image) 

 

 

 

 &lt;div space="max-w:\[480px\] w:\[100%\]"&gt; &lt;div layout="overflow:hidden flex col justify:between" visual="rounded:medium bg:gray-100 hover:shadow:big transition:all"&gt; &lt;div layout="flex col justify:between" space="p:medium-3x h:\[100%\]" visual="text:center"&gt; &lt;div&gt; &lt;h4 space="m-b:small" visual="text-size:big tw-lg:text-size:huge font:tw-semibold text:gray-900"&gt; Card title here... &lt;/h4&gt; &lt;p space="m-b:medium-3x" visual="text:gray-600"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; &lt;div layout="flex justify:center"&gt; &lt;a href="#" layout="flex items:center" space="g:small p-r:tiny hover:g:small-3x hover:p-r:none" visual="font:tw-semibold text:blue-600 tw-lg:text-size:large hover:opacity:80 transition:all"&gt;Learn More &lt;i class="ss ss-arrow-right"&gt;&lt;/i&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div&gt; &lt;img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;amp;text=SenangStart Image" layout="object:cover" space="w:\[100%\] h:vast-3x"&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div space="max-w:[480px] w:[100%]">
  <div layout="overflow:hidden flex col justify:between" visual="rounded:medium bg:gray-100 hover:shadow:big transition:all">
    <div layout="flex col justify:between" space="p:medium-3x h:[100%]" visual="text:center">
      <div>
        <h4 space="m-b:small" visual="text-size:big tw-lg:text-size:huge font:tw-semibold text:gray-900">
          Card title here...
        </h4>
        <p space="m-b:medium-3x" visual="text:gray-600">
          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
          do eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </p>
      </div>
      <div layout="flex justify:center">
        <a href="#" layout="flex items:center" space="g:small p-r:tiny hover:g:small-3x hover:p-r:none" visual="font:tw-semibold text:blue-600 tw-lg:text-size:large hover:opacity:80 transition:all">Learn More <i class="ss ss-arrow-right"></i></a>
      </div>
    </div>
    <div>
      <img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;text=SenangStart Image" layout="object:cover" space="w:[100%] h:vast-3x">
    </div>
  </div>
</div>
```

 

 

  ####  [\#](https://senangstart.com/components/cards-image-action-outline/llms.txt)Cards (Image Action Outline) 

  layout  

Cards (Image Action Outline)

 

    

 TailwindCSS    SenangStart CSS  

 

####  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 [Learn More ](#) 

 

 ![](https://dummyimage.com/600x400/2564eb/ffffff.png&text=SenangStart Image) 

 

 

 

 &lt;div class="max-w-md w-full"&gt; &lt;div class="rounded-xl overflow-hidden flex flex-col justify-between border border-neutral-200 bg-white hover:shadow-lg transition-shadow"&gt; &lt;div class="p-6 text-center flex flex-col justify-between h-full"&gt; &lt;div&gt; &lt;h4 class="text-xl lg:text-2xl mb-2 font-semibold text-gray-900"&gt; Card title here... &lt;/h4&gt; &lt;p class="text-gray-600 mb-6"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; &lt;div class="flex justify-center"&gt; &lt;a href="#" class="font-semibold text-blue-600 lg:text-lg flex items-center gap-2 pr-1 hover:gap-3 hover:pr-0 hover:opacity-80 transition-all"&gt;Learn More &lt;i class="fas fa-arrow-right"&gt;&lt;/i&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div&gt; &lt;img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;amp;text=SenangStart Image" class="w-full h-48 object-cover"&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div class="max-w-md w-full">
  <div class="rounded-xl overflow-hidden flex flex-col justify-between border border-neutral-200 bg-white hover:shadow-lg transition-shadow">
    <div class="p-6 text-center flex flex-col justify-between h-full">
      <div>
        <h4 class="text-xl lg:text-2xl mb-2 font-semibold text-gray-900">
          Card title here...
        </h4>
        <p class="text-gray-600 mb-6">
          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
          do eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </p>
      </div>
      <div class="flex justify-center">
        <a href="#" class="font-semibold text-blue-600 lg:text-lg flex items-center gap-2 pr-1 hover:gap-3 hover:pr-0 hover:opacity-80 transition-all">Learn More <i class="fas fa-arrow-right"></i></a>
      </div>
    </div>
    <div>
      <img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;text=SenangStart Image" class="w-full h-48 object-cover">
    </div>
  </div>
</div>
```

 

 

####  Card title here... 

 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 

 [Learn More ](#) 

 

 ![](https://dummyimage.com/600x400/2564eb/ffffff.png&text=SenangStart Image) 

 

 

 

 &lt;div space="max-w:\[480px\] w:\[100%\]"&gt; &lt;div layout="overflow:hidden flex col justify:between" visual="rounded:medium border-w:thin border:neutral-200 bg:white hover:shadow:big transition:shadow"&gt; &lt;div layout="flex col justify:between" space="p:medium-3x h:\[100%\]" visual="text:center"&gt; &lt;div&gt; &lt;h4 space="m-b:small" visual="text-size:big tw-lg:text-size:huge font:tw-semibold text:gray-900"&gt; Card title here... &lt;/h4&gt; &lt;p space="m-b:medium-3x" visual="text:gray-600"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. &lt;/p&gt; &lt;/div&gt; &lt;div layout="flex justify:center"&gt; &lt;a href="#" layout="flex items:center" space="g:small p-r:tiny hover:g:small-3x hover:p-r:none" visual="font:tw-semibold text:blue-600 tw-lg:text-size:large hover:opacity:80 transition:all"&gt;Learn More &lt;i class="ss ss-arrow-right"&gt;&lt;/i&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div&gt; &lt;img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;amp;text=SenangStart Image" layout="object:cover" space="w:\[100%\] h:vast-3x"&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; COPY ```
<div space="max-w:[480px] w:[100%]">
  <div layout="overflow:hidden flex col justify:between" visual="rounded:medium border-w:thin border:neutral-200 bg:white hover:shadow:big transition:shadow">
    <div layout="flex col justify:between" space="p:medium-3x h:[100%]" visual="text:center">
      <div>
        <h4 space="m-b:small" visual="text-size:big tw-lg:text-size:huge font:tw-semibold text:gray-900">
          Card title here...
        </h4>
        <p space="m-b:medium-3x" visual="text:gray-600">
          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
          do eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </p>
      </div>
      <div layout="flex justify:center">
        <a href="#" layout="flex items:center" space="g:small p-r:tiny hover:g:small-3x hover:p-r:none" visual="font:tw-semibold text:blue-600 tw-lg:text-size:large hover:opacity:80 transition:all">Learn More <i class="ss ss-arrow-right"></i></a>
      </div>
    </div>
    <div>
      <img src="https://dummyimage.com/600x400/2564eb/ffffff.png&amp;text=SenangStart Image" layout="object:cover" space="w:[100%] h:vast-3x">
    </div>
  </div>
</div>
```