# File Structure

Vue Now UI Kit is a free Bootstrap 4 kit.

# Vue Now UI Kit PRO Structure

Once you have downloaded the archive and opened it, you will find the following structure:


        |   |-- demo
        |   |   |-- demo.css
        |   |-- fonts
        |   |   |-- nucleo-license.md
        |   |   |-- nucleo-outline.eot
        |   |   |-- nucleo-outline.ttf
        |   |   |-- nucleo-outline.woff
        |   |   |-- nucleo-outline.woff2
        |   |-- scss
        |-- components
        |   |-- Alert.vue
        |   |-- Badge.vue
        |   |-- Button.vue
        |   |-- Dropdown.vue
        |   |-- Modal.vue
        |   |-- Pagination.vue
        |   |-- Parallax.vue
        |   |-- Progress.vue
        |   |-- Slider.vue
        |   |-- Switch.vue
        |   |-- index.js
        |   |-- Cards
        |   |   |-- Card.vue
        |   |-- Inputs
        |   |   |-- Checkbox.vue
        |   |   |-- Radio.vue
        |   |   |-- formGroupInput.vue
        |   |-- Navbar
        |   |   |-- NavLink.vue
        |   |   |-- Navbar.vue
        |   |   |-- NavbarToggleButton.vue
        |   |-- Tabs
        |       |-- Tab.vue
        |       |-- Tabs.vue
        |-- directives
        |   |-- click-ouside.js
        |-- layout
        |   |-- MainFooter.vue
        |   |-- MainNavbar.vue
        |   |-- StarterFooter.vue
        |   |-- StarterNavbar.vue
        |-- pages
        |   |-- Index.vue
        |   |-- Landing.vue
        |   |-- Login.vue
        |   |-- Profile.vue
        |   |-- components
        |       |-- BasicElementsSection.vue
        |       |-- CarouselSection.vue
        |       |-- DownloadSection.vue
        |       |-- ExamplesSection.vue
        |       |-- JavascriptComponents.vue
        |       |-- Navigation.vue
        |       |-- Notifications.vue
        |       |-- NucleoIconsSection.vue
        |       |-- ProgressPagination.vue
        |       |-- SignupForm.vue
        |       |-- Tabs.vue
        |       |-- Typography.vue
        |-- plugins
            |-- globalComponents.js
            |-- globalDirectives.js
            |-- globalMixins.js
            |-- now-ui-kit.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65