2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-22 07:10:33 +03:00

Support shape types (circle, square and simple tabs)

Support any kind of icons and display numbers if icons are not provided
Getting rid of many bootstrap dependencies: progress-bar, navs (WIP for buttons)
This commit is contained in:
cristijora
2017-04-17 13:49:26 +03:00
parent 91119c4954
commit 1088e57362
11 changed files with 1007 additions and 28 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>webpack-vue-clean</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">-->
<link rel="stylesheet" href="/static/themify-icons.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
</head>