UNPKG

podium-vue-components

Version:
20 lines (13 loc) 459 B
# Podium Vue Components Library This library provide prebuilt components built in Vue.js for displaying podium data ## Installation ``` npm install podium-vue-components ``` ## Usage ``` import PodiumVueComponents from 'podium-vue-components' Vue.use(PodiumVueComponents) ``` ## Demo Visit [components demo site](https://podium-vue-components-library.netlify.com/) to see the full list of available components with usage examples.