Basic button:
Big pink button and small blue button:
And you can use any
Markdown here.
Fenced code blocks with vue
, html
, js
, jsx
or javascript
languages are rendered as a interactive playgrounds:
You can also use the Single File Component Format
Next Dog Name: Bella
another example with the new Vue({})
format
Count: 42
This is an examples doc file Button
You can add a custom classes to an example wrapper (```js { "className": "checks" }
):
Or disable an editor by passing a noeditor
modifier (```js noeditor
):
To render an example as highlighted source code add a static
modifier: (```js static
):
import Vue from 'vue'
Fenced blocks with other languages are rendered as highlighted code:
<h1>Hello world</h1>
Conclusion
Let's build a button.