-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
488 additions
and
577 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,4 @@ | ||
--- | ||
title: sub-test | ||
--- | ||
# grid | ||
|
||
> This is an example of creating a reusable grid component and using it with external data. | ||
Author: [Rafael](https://github.com/rafaesc92) | ||
|
||
Since: Version 1.0.1 | ||
|
||
Version: 1.0.5 | ||
|
||
## Props | ||
|
||
| Prop name | Description | Type | Values | Default | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------ | --------------------- | | ||
| msg | object/array defaults should be returned from a factory function<br/>`@version` 1.0.5<br/>`@since` Version 1.0.1<br/>`@see` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names<br/>`@link` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names | string\|number | - | text | | ||
| myF | Function | func | - | (param, param2) => {} | | ||
| v-model | Model example<br/>`@model` true | string | - | | | ||
| data | describe data<br/>`@version` 1.0.5 | array | - | | | ||
| columns | get columns list | array | - | | | ||
| filterKey | filter key<br/>`@ignore` true | string | - | 'example' | | ||
|
||
## Methods | ||
|
||
### sortBy | ||
|
||
> Sets the order | ||
#### Params | ||
|
||
| Param name | Type | Description | | ||
| ---------- | ------ | ------------ | | ||
| key | string | Key to order | | ||
|
||
#### Return | ||
|
||
| Type | Description | | ||
| ------ | ----------- | | ||
| string | Test | | ||
|
||
## Events | ||
|
||
| Event name | Properties | Description | | ||
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------- | -------------- | | ||
| success | **example** `object` - the demo example<br>**exampleStr** `string` - the demo example<br>**exampleNum** `number` - the demo example | Success event. | | ||
|
||
## Slots | ||
|
||
| Name | Description | Bindings | | ||
| ------ | -------------------- | -------- | | ||
| header | Use this slot header | | | ||
| footer | Use this slot footer | | | ||
|
||
--- | ||
# grid > This is an example of creating a reusable grid component and using it with external data. Author: [Rafael](https://github.com/rafaesc92) Since: Version 1.0.1 Version: 1.0.5 ## Props | Prop name | Description | Type | Values | Default | | ------------- | ----------- | --------- | ----------- | ----------- | | msg | object/array defaults should be returned from a factory function<br/>`@version` 1.0.5<br/>`@since` Version 1.0.1<br/>`@see` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names<br/>`@link` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names | string\|number | - | text || myF | Function | func | - | (param, param2) => {} || v-model | Model example<br/>`@model` true | string | - | || data | describe data<br/>`@version` 1.0.5 | array | - | || columns | get columns list | array | - | || filterKey | filter key<br/>`@ignore` true | string | - | 'example' | ## Methods ### sortBy > Sets the order #### Params | Param name | Type | Description | | ------------- |------------- | -------------| | key | string | Key to order | #### Return | Type | Description | | ------------- | -------------| | string | Test | ## Events | Event name | Properties | Description | | -------------- |--------------- | -------------| | success | **example** `object` - the demo example<br>**exampleStr** `string` - the demo example<br>**exampleNum** `number` - the demo example | Success event. ## Slots | Name | Description | Bindings | | ------------- | ------------ | -------- | | header | Use this slot header | || footer | Use this slot footer | | --- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,4 @@ | ||
--- | ||
title: sub-vue-md | ||
--- | ||
# Button | ||
|
||
> The only true button. | ||
## Props | ||
|
||
| Prop name | Description | Type | Values | Default | | ||
| --------- | ----------------------------------------------------------------- | ------ | -------------------------- | ---------------------------------------------------------------------- | | ||
| color | The color for the button. | string | - | '#333' | | ||
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' | | ||
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br> console.log('You have clicked me!', event.target);<br>} | | ||
|
||
## Slots | ||
|
||
| Name | Description | Bindings | | ||
| ------- | ----------------- | -------- | | ||
| default | Content of button | | | ||
|
||
--- | ||
|
||
Use vue live right here too | ||
|
||
````markdown | ||
```jsx live | ||
<Button>I’m transparent!</Button> | ||
``` | ||
```` | ||
|
||
```jsx live | ||
<Button>I’m transparent!</Button> | ||
``` | ||
|
||
To render an example as highlighted source code remove the live modifier | ||
|
||
```html | ||
<button>I’m transparent!</button> | ||
``` | ||
# Button > The only true button. ## Props | Prop name | Description | Type | Values | Default | | ------------- | ----------- | --------- | ----------- | ----------- | | color | The color for the button. | string | - | '#333' || size | The size of the button | string | `small`, `normal`, `large` | 'normal' || onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br> console.log('You have clicked me!', event.target);<br>} | ## Slots | Name | Description | Bindings | | ------------- | ------------ | -------- | | default | Content of button | | ---Use vue live right here too````markdown```jsx live<Button>I’m transparent!</Button>``````````jsx live<Button>I’m transparent!</Button>```To render an example as highlighted source code remove the live modifier```html<Button>I’m transparent!</Button>``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,4 @@ | ||
--- | ||
title: test | ||
--- | ||
# grid | ||
|
||
> This is an example of creating a reusable grid component and using it with external data. | ||
Author: [Rafael](https://github.com/rafaesc92) | ||
|
||
Since: Version 1.0.1 | ||
|
||
Version: 1.0.5 | ||
|
||
## Props | ||
|
||
| Prop name | Description | Type | Values | Default | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------ | --------------------- | | ||
| msg | object/array defaults should be returned from a factory function<br/>`@version` 1.0.5<br/>`@since` Version 1.0.1<br/>`@see` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names<br/>`@link` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names | string\|number | - | text | | ||
| myF | Function | func | - | (param, param2) => {} | | ||
| v-model | Model example<br/>`@model` true | string | - | | | ||
| data | describe data<br/>`@version` 1.0.5 | array | - | | | ||
| columns | get columns list | array | - | | | ||
| filterKey | filter key<br/>`@ignore` true | string | - | 'example' | | ||
|
||
## Methods | ||
|
||
### sortBy | ||
|
||
> Sets the order | ||
#### Params | ||
|
||
| Param name | Type | Description | | ||
| ---------- | ------ | ------------ | | ||
| key | string | Key to order | | ||
|
||
#### Return | ||
|
||
| Type | Description | | ||
| ------ | ----------- | | ||
| string | Test | | ||
|
||
## Events | ||
|
||
| Event name | Properties | Description | | ||
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------- | -------------- | | ||
| success | **example** `object` - the demo example<br>**exampleStr** `string` - the demo example<br>**exampleNum** `number` - the demo example | Success event. | | ||
|
||
## Slots | ||
|
||
| Name | Description | Bindings | | ||
| ------ | -------------------- | -------- | | ||
| header | Use this slot header | | | ||
| footer | Use this slot footer | | | ||
|
||
--- | ||
# grid > This is an example of creating a reusable grid component and using it with external data. Author: [Rafael](https://github.com/rafaesc92) Since: Version 1.0.1 Version: 1.0.5 ## Props | Prop name | Description | Type | Values | Default | | ------------- | ----------- | --------- | ----------- | ----------- | | msg | object/array defaults should be returned from a factory function<br/>`@version` 1.0.5<br/>`@since` Version 1.0.1<br/>`@see` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names<br/>`@link` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names | string\|number | - | text || myF | Function | func | - | (param, param2) => {} || v-model | Model example<br/>`@model` true | string | - | || data | describe data<br/>`@version` 1.0.5 | array | - | || columns | get columns list | array | - | || filterKey | filter key<br/>`@ignore` true | string | - | 'example' | ## Methods ### sortBy > Sets the order #### Params | Param name | Type | Description | | ------------- |------------- | -------------| | key | string | Key to order | #### Return | Type | Description | | ------------- | -------------| | string | Test | ## Events | Event name | Properties | Description | | -------------- |--------------- | -------------| | success | **example** `object` - the demo example<br>**exampleStr** `string` - the demo example<br>**exampleNum** `number` - the demo example | Success event. ## Slots | Name | Description | Bindings | | ------------- | ------------ | -------- | | header | Use this slot header | || footer | Use this slot footer | | --- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,4 @@ | ||
--- | ||
title: vue-md | ||
--- | ||
# Button | ||
|
||
> The only true button. | ||
## Props | ||
|
||
| Prop name | Description | Type | Values | Default | | ||
| --------- | ----------------------------------------------------------------- | ------ | -------------------------- | ---------------------------------------------------------------------- | | ||
| color | The color for the button. | string | - | '#333' | | ||
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' | | ||
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br> console.log('You have clicked me!', event.target);<br>} | | ||
|
||
## Slots | ||
|
||
| Name | Description | Bindings | | ||
| ------- | ----------------- | -------- | | ||
| default | Content of button | | | ||
|
||
--- | ||
|
||
Use vue live right here too | ||
|
||
````markdown | ||
```jsx live | ||
<Button>I’m transparent!</Button> | ||
``` | ||
```` | ||
|
||
```jsx live | ||
<Button>I’m transparent!</Button> | ||
``` | ||
|
||
To render an example as highlighted source code remove the live modifier | ||
|
||
```html | ||
<button>I’m transparent!</button> | ||
``` | ||
# Button > The only true button. ## Props | Prop name | Description | Type | Values | Default | | ------------- | ----------- | --------- | ----------- | ----------- | | color | The color for the button. | string | - | '#333' || size | The size of the button | string | `small`, `normal`, `large` | 'normal' || onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br> console.log('You have clicked me!', event.target);<br>} | ## Slots | Name | Description | Bindings | | ------------- | ------------ | -------- | | default | Content of button | | ---Use vue live right here too````markdown```jsx live<Button>I’m transparent!</Button>``````````jsx live<Button>I’m transparent!</Button>```To render an example as highlighted source code remove the live modifier```html<Button>I’m transparent!</Button>``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: error | ||
--- | ||
|
||
# error | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: cli-data | ||
--- | ||
|
||
# cli-data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: jsdoc-options | ||
--- | ||
|
||
# jsdoc-options | ||
|
Oops, something went wrong.