Skip to content

AlenaGM/vue3-ui-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue3 UI Kit

Component Library built with Vue 3 & Composition API

Components

  1. Button
  2. Checkbox
  3. Radiobutton
  4. ProgressBar
  5. Form with validation
  6. Tabs
  7. Table

Demo

Vue3 UI Kit

Tech stack

    ✓   Vue3 + Vite
    ✓   Composition API
    ✓   SASS
    ✓   Vue Router 4
    ✓   Vuelidate

Installation

The following commands install and run the development version:

# Clone this repository
$ git clone https://github.com/AlenaGM/vue3-ui-kit.git

# Go into the repository
$ cd vue3-ui-kit

# Install dependencies
$ npm install

# Run the app
$ npm run dev



* Project idea and starter components inspired by Alexander Belkevich Vue3 videos