vue2-social-icons

0.0.6 • Public • Published

Vue2SocialIcons

Vue2SocialIcons Component for Vue 2.x

Install

    npm install vue2-social-icons --save

Demo

For demo, please see here

Usage

1. Import the component

import Vue2SocialIcons from 'vue2-social-icons';

2.1 Use it globally

Vue.use(Vue2SocialIcons);

2.2 Or use it locally

components: {
    'vue2-social-icons': Vue2SocialIcons
},

3. Update your app or template:

<div>
...
<vue2-social-icons></vue2-social-icons>
...
</div>

Properties

There are no properties.

Example

Please see App.vue for example use.

Contributing

Contributions are welcome

Build Setup

# install dependencies
npm install
 
# serve with hot reload at localhost:8080
npm run dev
 
# build for production with minification
npm run build

Package Sidebar

Install

npm i vue2-social-icons

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

23.2 kB

Total Files

7

Last publish

Collaborators

  • san-kumar