2.0.0 • Published 11 months ago

@dword-design/legal-notice v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@dword-design/legal-notice

Install via a package manager

# npm
$ npm install @dword-design/legal-notice

# Yarn
$ yarn add @dword-design/legal-notice

Add to local components:

<script>
import LegalNotice from '@dword-design/legal-notice'

export default {
  components: {
    LegalNotice,
  },
}
</script>

Or register as a global component:

import LegalNotice from '@dword-design/legal-notice'

app.component('LegalNotice', LegalNotice)

Or register as a plugin:

import LegalNotice from '@dword-design/legal-notice'

app.use(LegalNotice)

Install via CDN

<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="https://unpkg.com/@dword-design/legal-notice"></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! ❤️

License

MIT License © Sebastian Landwehr

1.0.6

1 year ago

2.0.0

11 months ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago