|
@@ -2,6 +2,8 @@
|
|
<html lang="en">
|
|
<html lang="en">
|
|
<head>
|
|
<head>
|
|
<title>Buttons - Puppertino Framework</title>
|
|
<title>Buttons - Puppertino Framework</title>
|
|
|
|
+ <link rel="stylesheet" href="../index-assets/bootstrap-utilities.css">
|
|
|
|
+ <link rel="stylesheet" href="../index-assets/bootstrap-grid.min.css">
|
|
<link
|
|
<link
|
|
href="https://rsms.me/inter/inter.css"
|
|
href="https://rsms.me/inter/inter.css"
|
|
rel="stylesheet"
|
|
rel="stylesheet"
|
|
@@ -57,42 +59,49 @@
|
|
<p>
|
|
<p>
|
|
Push buttons come in different variations according to your needings. It can be used as <code class="code"><a></code> elements or <code class="code"><button></code> elements. For buttons, is suggested that you use the attribute <code class="code">disabled</code> if you desire to disable them.
|
|
Push buttons come in different variations according to your needings. It can be used as <code class="code"><a></code> elements or <code class="code"><button></code> elements. For buttons, is suggested that you use the attribute <code class="code">disabled</code> if you desire to disable them.
|
|
</p>
|
|
</p>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-6 mt-lg-5">
|
|
|
|
+ <button class="p-btn">Default</button>
|
|
|
|
|
|
- <button class="p-btn">Default</button>
|
|
|
|
-
|
|
|
|
- <button class="p-btn" disabled="">Disabled</button>
|
|
|
|
-
|
|
|
|
- <a href="#" class="p-btn p-prim-col">Primary</a>
|
|
|
|
-
|
|
|
|
- <a href="#" class="p-btn p-btn-mob">Btn mob</a>
|
|
|
|
-
|
|
|
|
- <a href="#" class="p-btn p-btn-round p-orange p-white-color p-white-color">Rounded</a>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <a href="#" class="p-btn p-btn-outline">Outline</a>
|
|
|
|
-
|
|
|
|
- <a href="#" class="p-btn p-btn-outline-dash">Outline dashed</a>
|
|
|
|
-
|
|
|
|
- <a href="#" class="p-btn p-btn-more">Custom action</a>
|
|
|
|
-
|
|
|
|
- <p>Usage:</p>
|
|
|
|
- <div class="code">
|
|
|
|
- <pre>
|
|
|
|
- <code class="html">
|
|
|
|
|
|
+ <button class="p-btn" disabled="">Disabled</button>
|
|
|
|
+
|
|
|
|
+ <a href="#" class="p-btn p-prim-col">Primary</a>
|
|
|
|
+
|
|
|
|
+ <a href="#" class="p-btn p-btn-mob">Btn mob</a>
|
|
|
|
+
|
|
|
|
+ <a href="#" class="p-btn p-btn-round p-orange p-white-color p-white-color">Rounded</a>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <a href="#" class="p-btn p-btn-outline">Outline</a>
|
|
|
|
+
|
|
|
|
+ <a href="#" class="p-btn p-btn-outline-dash">Outline dashed</a>
|
|
|
|
+
|
|
|
|
+ <a href="#" class="p-btn p-btn-more">Custom action</a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-md-6">
|
|
|
|
+ <p>Usage:</p>
|
|
|
|
+ <div class="code">
|
|
|
|
+ <pre>
|
|
|
|
+ <code class="html">
|
|
<a href="#" class="p-btn">Default</a>
|
|
<a href="#" class="p-btn">Default</a>
|
|
-
|
|
|
|
|
|
+
|
|
<a href="#" class="p-btn p-btn-disabled">Disabled</a>
|
|
<a href="#" class="p-btn p-btn-disabled">Disabled</a>
|
|
-
|
|
|
|
|
|
+
|
|
<a href="#" class="p-btn p-prim-col">Primary</a>
|
|
<a href="#" class="p-btn p-prim-col">Primary</a>
|
|
-
|
|
|
|
|
|
+
|
|
<a href="#" class="p-btn p-btn-mob">Btn mob</a>
|
|
<a href="#" class="p-btn p-btn-mob">Btn mob</a>
|
|
-
|
|
|
|
|
|
+
|
|
<a href="#" class="p-btn p-btn-round">Rounded</a>
|
|
<a href="#" class="p-btn p-btn-round">Rounded</a>
|
|
-
|
|
|
|
|
|
+
|
|
<a href="#" class="p-btn p-btn-more">Custom action</a>
|
|
<a href="#" class="p-btn p-btn-more">Custom action</a>
|
|
- </code>
|
|
|
|
- </pre>
|
|
|
|
|
|
+ </code>
|
|
|
|
+ </pre>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="talk-about-it">
|
|
<div class="talk-about-it">
|