Skip to content

Commit

Permalink
added svg icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
seogi1004 committed Oct 2, 2019
1 parent 1850c28 commit 3fbc95c
Show file tree
Hide file tree
Showing 12 changed files with 447 additions and 408 deletions.
2 changes: 1 addition & 1 deletion dist/jui-ui.classic.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jui-ui.dark.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/jui-ui.min.classic.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/jui-ui.min.dark.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ <h2>Radio</h2>
<a class="btn mini" value="a">A</a>
<a class="btn mini" value="b">B</a>
<a class="btn mini" value="c">C</a>
<a class="btn mini" value="home"><i class="icon-home"></i> Home</a>
<a class="btn mini" value="gear"><i class="icon-gear"></i></a>
<a class="btn mini" value="help"><i class="icon-help"></i></a>
<a class="btn mini" value="home"><i class="icon-associate"></i> Home</a>
<a class="btn mini" value="gear"><i class="icon-jennifer-front"></i></a>
<a class="btn mini" value="help"><i class="icon-line-each"></i></a>
</div>
</td>
<td>
Expand Down
Binary file modified images/icon/icomoon.eot
Binary file not shown.
387 changes: 195 additions & 192 deletions images/icon/icomoon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon/icomoon.ttf
Binary file not shown.
Binary file modified images/icon/icomoon.woff
Binary file not shown.
59 changes: 42 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juijs-ui",
"version": "2.3.3",
"version": "2.3.4",
"sideEffects": false,
"description": "JUI provide all kinds of UI components that are used in web pages. However, charts and grids are not included.",
"scripts": {
Expand Down

0 comments on commit 3fbc95c

Please sign in to comment.