Components
Box Download
Microsoft Office
256 GB
<div class="box-download">
<div class="download_title">
<div>
<p> Microsoft Office <br/>
<span style="color: #999999; font-size: small;">256 GB</span></p>
</div>
<a class="spade_button small fab extended elevated filled fwm" href="#"><svg viewbox="0 0 24 24"><path d="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M8 17H16V15H8V17M16 10H13.5V6H10.5V10H8L12 14L16 10Z"></path></svg>Download</a>
</div>
</div>
Spoiler
<div class="spoiler">
<div class="spoiler_title">
Spoiler
<button area-label="Spoiler Button" class="spade_button fab small filled rounded" type="button">
<svg fill="currentColor" viewbox="0 0 24 24"><path d="M7,10L12,15L17,10H7Z"></path></svg>
</button>
</div>
<div class="spoiler_content hidden">
Content
</div>
</div>
Blockquote
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<blockquote>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</blockquote>
Alert dengan Background Solid
<div class="spade_alert alert_info">
<div class="alert_message">
A simple info alert—check it out!
</div>
</div>
<div class="spade_alert alert_warning">
<div class="alert_message">
A simple warning alert—check it out!
</div>
</div>
<div class="spade_alert alert_success">
<div class="alert_message">
A simple success alert—check it out!
</div>
</div>
<div class="spade_alert alert_error">
<div class="alert_message">
A simple error alert—check it out!
</div>
</div>
Guide List
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
-
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
-
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
<div class="guide_list">
<ol>
<li>
<p>Text Disini</p>
</li>
<li>
<p>Text Disini</p>
</li>
<li>
<p>Text Disini</p>
</li>
</ol>
</div>
Tabs
<div class="tabs">
<ul class="tab_links">
<li class="active"><a href="#tab1">Tab 1</a></li>
<li><a href="#tab2">Tab 2</a></li>
<li><a href="#tab3">Tab 3</a></li>
</ul>
<div class="tab_content">
<div class="tab_item active" id="tab1">
The first tab content (Tab 1).
</div>
<div class="tab_item" id="tab2">
The second tab content (Tab 2).
</div>
<div class="tab_item" id="tab3">
The third tab content (Tab 3).
</div>
</div>
</div>
Accordion
<div class="spade_collapse">
<div class="collapse_panel">
<div class="collapse_header">
<div class="collapse_title">Collapsible 1</div>
</div>
<div class="collapse_content">Content</div>
</div>
<div class="collapse_panel">
<div class="collapse_header">
<div class="collapse_title">Collapsible 2</div>
</div>
<div class="collapse_content">Content</div>
</div>
<div class="collapse_panel">
<div class="collapse_header">
<div class="collapse_title">Collapsible 3</div>
</div>
<div class="collapse_content">Content</div>
</div>
</div>