SemVue
Semantic-ui modules/components in you Vue project
Semantic-ui Modules implemented with Vue 2
Using
# install package
npm install semvue --save
Using any component
Simply import in your .vue the component that you want:
import { Modal } from 'semvue';
export default {
components: {
Modal,
},
};
Live Demo
https://guilhermewaess.github.io/SemVue/#/ProgressDoc