@planetar/example-card
v0.7.5
Published
Example Card based on a Vue file with automatic source extraction
Downloads
50
Readme
Component ExampleCard
Component ExampleCard
Short description of the component
Usage
import Vue from 'vue'
import Plugin from '@planetar/example-card'
import '@planetar/example-card/dist/index.css'
Vue.use(Plugin)
Then use as <ExampleCard />
OR:
<script>
import { ExampleCard } from '@planetar/example-card'
export default {
components: {
ExampleCard
}
}
</script>
UMD variant
Exports window.exampleCard
.
Add the following tag(s):
<head>
<!-- at the bottom of head -->
<link
href="https://cdn.jsdelivr.net/npm/@planetar/example-card/dist/index.min.css"
rel="stylesheet"
type="text/css"
/>
</head>
<body>
<!-- at end bottom of body -->
<script src="https://cdn.jsdelivr.net/npm/@planetar/example-card/dist/index.umd.min.js"></script>
</body>
License
MIT (c) Luca Ban - Mesqueeb