1.2.0 • Published 3 years ago

vue-embed-gist v1.2.0

Weekly downloads
64
License
MIT
Repository
github
Last release
3 years ago

vue-embed-gist

NPM version NPM downloads CircleCI Contributor Covenant

Vue component to embed Github Gists, inspired by Blair Vanderhoof's gist-embed. (https://github.com/blairvanderhoof/gist-embed)

Demo

Demo of vue-embed-gist

Install

yarn add vue-embed-gist

or

npm install --save vue-embed-gist

Usage

<template>
  <vue-embed-gist gist-id="your gist id" file="your file name" />
</template>

<script>
import VueEmbedGist from "vue-embed-gist";

export default {
  components: {
    VueEmbedGist,
  },
};
</script>

Props

gist-Id

Type: String Required: true

:octocat: Github gist Id

file

Type: String Required: false

File name in the gist

Contributing to this project 🙌🏽

Code of conduct

License

MIT © Sudhanshu Siddh

1.2.0

3 years ago

1.1.0

4 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago