@dword-design/privacy-policy
v4.0.0
Published
<!-- TITLE/ --> # @dword-design/privacy-policy <!-- /TITLE -->
Readme
@dword-design/privacy-policy
Install via a package manager
# npm
$ npm install @dword-design/privacy-policy
# Yarn
$ yarn add @dword-design/privacy-policyAdd to local components:
<script>
import PrivacyPolicy from '@dword-design/privacy-policy'
export default {
components: {
PrivacyPolicy,
},
}
</script>Or register as a global component:
import PrivacyPolicy from '@dword-design/privacy-policy'
app.component('PrivacyPolicy', PrivacyPolicy)Or register as a plugin:
import PrivacyPolicy from '@dword-design/privacy-policy'
app.use(PrivacyPolicy)Install via CDN
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="https://unpkg.com/@dword-design/privacy-policy"></script>Contribute
Are you missing something or want to contribute? Feel free to file an issue or a pull request! ⚙️
Support
Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:
Thanks a lot for your support! ❤️
