Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 7c5c5b9

Browse files
committed
Updated docs
1 parent 3c27a12 commit 7c5c5b9

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ module.exports = {
3838
},
3939
markdown: {
4040
lineNumbers: true
41-
}
41+
},
4242
};

docs/components/button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type | String | Button type, 'button' or 'submit' | button
7070
appearance | String | There are 6 options: ['default', 'primary', 'alternative', 'subtle', 'success', 'danger'] | <code>default</code>
7171
disabled | Boolean | Whether button disabled or not | false
7272
loading | Boolean | Whether button in loading state or not | false
73-
icon-first | Boolean | Set to `true` if you want to render icon before text
73+
icon-first | Boolean | Set to `true` if you want to render icon before text | false
7474

7575
## Slots
7676
Name | Slot props | Description

docs/components/textbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Textbox <badge text="development" type="warn" />
1+
# Textbox <badge text="stable" />
22
Textbox is a universal component that can turn into both input and textarea.
33

44
## Example

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:unit": "vue-cli-service test:unit"
1919
},
2020
"devDependencies": {
21-
"@modulist/css": "0.0.9",
21+
"@modulist/css": "0.0.10",
2222
"@vue/cli-plugin-babel": "^3.5.0",
2323
"@vue/cli-plugin-eslint": "^3.5.0",
2424
"@vue/cli-plugin-unit-jest": "^3.5.0",
@@ -62,5 +62,6 @@
6262
"bugs": {
6363
"url": "https://github.com/simplystack/modulist-vue/issues"
6464
},
65-
"homepage": "https://github.com/simplystack/modulist-vue#readme"
65+
"homepage": "https://github.com/simplystack/modulist-vue#readme",
66+
"dependencies": {}
6667
}

0 commit comments

Comments
 (0)