semvue

0.6.0 • Public • Published


Semantic-ui modules/components in you Vue project

Using

You can see the docs and demo here

# 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,
  },
};

Components so far

  • Accordion
  • Dimmer
  • Dropdown
  • Modal
  • Popup
  • Progress
  • Rating

To do and improvements

  • Accordion
    • Basic Implementation
    • Initialization options override
  • Checkbox
  • Dimmer
    • Basic Implementation
    • Initialization options override
  • Dropdown
    • Basic Implementation
  • Embed
  • Modal
    • Basic Implementation
    • Initialization options override
  • Nag
  • Popup
    • Basic Implementation
    • Initialization options override
  • Progress
  • Rating
    • Basic Implementation
    • Initialization options override
  • Search
  • Shape
  • Sidebar
  • Sticky
  • Tab

Package Sidebar

Install

npm i semvue

Weekly Downloads

13

Version

0.6.0

License

MIT

Last publish

Collaborators

  • guiwaess