Skip to content

jlomoglio/vui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vui

A lightweight component library for Vue2 Single Page Applications
Become a patron.


What's included

Within the download you'll find the following directories and files, logically grouping common assets. You'll see something like this:

vui/
└── components/
    ├── Accordion.vue
    ├── AccordionPanel.vue
    ├── Alert.vue
    ├── AlertLink.vue
    ├── Badge.vue
    ├── Breadcrumb.vue
    ├── BreadcrumbItem.vue
    ├── Button.vue
    ├── ButtonGroup.vue
    ├── Callout.vue
    ├── Card.vue
    ├── CardBody.vue
    ├── CardFooter.vue
    ├── CardHeader.vue
    ├── CardImage.vue
    ├── CardLink.vue
    ├── CardSubtitle.vue
    ├── CardText.vue
    ├── CardTitle.vue
    ├── Checkbox.vue
    ├── DataTable.vue
    ├── DropdownButton.vue
    ├── DropdownButtonSplit.vue
    ├── DropdownDivider.vue
    ├── DropdownItem.vue
    ├── DropdownItemHeader.vue
    ├── DropdownItemText.vue
    ├── DropdownLink.vue
    ├── DropdownSelect.vue
    ├── DropdownSelectOption.vue
    ├── Fieldset.vue
    ├── Form.vue
    ├── FormCol.vue
    ├── FormGroup.vue
    ├── FormGroupRow.vue
    ├── FormHelpText.vue
    ├── FormLabel.vue
    ├── FormRow.vue
    ├── Icon.vue
    ├── IconStack.vue
    ├── ImgPlaceholder.vue
    ├── Input.vue
    ├── InputFile.vue
    ├── InputFileButton.vue
    ├── InputGroup.vue
    ├── InputGroupAppend.vue
    ├── InputGroupPrepend.vue
    ├── Jumbotron.vue
    ├── Legend.vue
    ├── ListGroup.vue
    ├── ListGroupItem.vue
    ├── Modal.vue
    ├── Nav.vue
    ├── Navbar.vue
    ├── NavbarBrand.vue
    ├── NavbarCollapse.vue
    ├── NavbarItem.vue
    ├── NavbarItemDropdown.vue
    ├── NavbarNav.vue
    ├── NavbarText.vue
    ├── NavbarToggler.vue
    ├── NavItem.vue
    ├── Option.vue
    ├── Pagination.vue
    ├── Progress.vue
    ├── ProgressBar.vue
    ├── Radio.vue
    ├── Select.vue
    ├── TabsPanel.vue
    ├── Textarea.vue
    │   
└── directives/
    ├── AlignDirective.js
    ├── BorderDirective.js
    ├── ColorsDirective.js
    ├── DragDirective.js
    ├── FloatDirective.js
    ├── FontDirective.js
    ├── ShadowDirective.js
    │ 
└── images/
    ├── angle-asc.svg
    ├── angle-desc.svg
    ├── angle-down.svg
    │
└── widgets/
    ├── CodePanel.vue
    │
└── vui_filters.js 
└── vui.css
└── vui.js

About

A lightweight component library for Vue2 Single Page Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 80.6%
  • JavaScript 15.6%
  • CSS 3.8%