Skip to content

Commit 78fa855

Browse files
committed
docs: add framework libraries
1 parent 068080e commit 78fa855

File tree

8 files changed

+53
-1944
lines changed

8 files changed

+53
-1944
lines changed

public/404.html

Lines changed: 0 additions & 1907 deletions
This file was deleted.

public/index.html

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

public/stylesheets/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/html/layouts/header.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ <h1 class="brand">pretty checkbox</h1>
88

99
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-url="https://lokesh-coder.github.io/pretty-checkbox/"
1010
data-via="lokesh-coder" data-show-count="false">Tweet</a>
11+
12+
<!-- <a data-clipboard-text="[![](https://data.jsdelivr.com/v1/package/npm/pretty-checkbox/badge)](https://www.jsdelivr.com/package/npm/pretty-checkbox)" data-original-title="" title=""><img src="https://data.jsdelivr.com/v1/package/npm/pretty-checkbox/badge"></a> -->
1113
</div>
1214
</div>
1315
</div>

src/html/layouts/sections/more.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<path d="m0.91068 9.5686 25.066-0.1711 38.151 65.658 37.852-65.654 25.11 0.0263-62.966 108.06z" fill="#41b883"></path>
8080
</svg>
8181
</a></div>
82-
{% endset %}
82+
{% endset %}
8383

8484
{% set inspiration %}
8585
<div>
@@ -89,6 +89,14 @@
8989
</div>
9090
{% endset %}
9191

92+
{% set frameworkPlugins %}
93+
<div>
94+
<i class="mdi mdi-chevron-right"></i> VueJS plugin - <a href="https://github.com/hamed-ehtesham/pretty-checkbox-vue" target="_blank">pretty-checkbox-vue</a>
95+
<br>
96+
<i class="mdi mdi-chevron-right"></i> Angular library - <a href="https://github.com/miladfm/ngx-pretty-checkbox" target="_blank">ngx-pretty-checkbox </a>
97+
</div>
98+
{% endset %}
99+
92100
{% set contributions %}
93101
<div>
94102
Thanks to all those good people who spend their valuable time and helped to improve this library. And hey, if you <a href="https://github.com/lokesh-coder/pretty-checkbox/issues/new" target="_blank">found a issue</a>, or would like to <a href="https://github.com/lokesh-coder/pretty-checkbox/issues" target="_blank">improve the code</a>, you are always welcome!
@@ -132,6 +140,7 @@
132140

133141
{% set desc %}
134142
{{contentblock('Browser Compatability',browsers)}}
143+
{{contentblock('Framework Plugins',frameworkPlugins)}}
135144
{{contentblock('Framework Compatability',frameworks)}}
136145
{{contentblock('Inspirations',inspiration)}}
137146
{{contentblock('Contributions',contributions)}}

src/stylesheets/app.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import './partials/varaiables';
22
@import './partials/system-fonts';
33
@import './partials/gylph';
4-
@import './partials/pretty-checkbox';
54
@import './partials/slider';
6-
@import './partials/reset';
5+
@import './partials/reset';
76
@import './partials/core';

src/stylesheets/partials/_core.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,9 @@ section {
266266
background: #e0e6ed;
267267
border-radius: 2px;
268268
padding: 0 0 10px;
269+
}
270+
271+
.container:first-child > div span {
272+
position: relative;
273+
top: 7px;
269274
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy