├── .babelrc ├── .editorconfig ├── .env.example ├── .eslintrc.js ├── .gitignore ├── .prettierrc ├── README.md ├── assets ├── README.md └── css │ └── tailwind.css ├── components ├── Alerts │ └── Default │ │ ├── Alert.vue │ │ ├── AlertError.vue │ │ ├── AlertInfo.vue │ │ ├── AlertSuccess.vue │ │ └── AlertWarning.vue ├── Logo.vue ├── MarkdownReader.vue ├── README.md └── SvgIcon.vue ├── dist ├── .nojekyll ├── 200.html ├── GitHub-Mark-Light-64px.png ├── README.md ├── _nuxt │ ├── LICENSES │ ├── app.f86bac7.js │ ├── pages │ │ ├── components │ │ │ └── alerts.c647978.js │ │ ├── docs │ │ │ └── _slug.ed20814.js │ │ ├── forms.55a55a4.js │ │ ├── index.dd9a23c.js │ │ ├── tables.8f50fcc.js │ │ ├── tcomponent.fde95b6.js │ │ └── ui-elements.9b5b202.js │ ├── runtime.2cdbb9c.js │ └── vendors │ │ └── commons.d3f9e94.js ├── components │ └── alerts │ │ └── index.html ├── content │ └── docs │ │ ├── configuration.md │ │ ├── eloquent.md │ │ ├── installation.md │ │ └── intro.md ├── docs │ ├── configuration │ │ └── index.html │ ├── eloquent │ │ └── index.html │ ├── index.html │ ├── installation │ │ └── index.html │ └── intro │ │ └── index.html ├── favicon.ico ├── forms │ └── index.html ├── index.html ├── svg-icon │ ├── block.svg │ └── feather │ │ ├── activity.svg │ │ ├── airplay.svg │ │ ├── alert-circle.svg │ │ ├── alert-octagon.svg │ │ ├── alert-triangle.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── anchor.svg │ │ ├── aperture.svg │ │ ├── archive.svg │ │ ├── arrow-down-circle.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-circle.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right-circle.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up-circle.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up.svg │ │ ├── at-sign.svg │ │ ├── award.svg │ │ ├── bar-chart-2.svg │ │ ├── bar-chart.svg │ │ ├── battery-charging.svg │ │ ├── battery.svg │ │ ├── bell-off.svg │ │ ├── bell.svg │ │ ├── bluetooth.svg │ │ ├── bold.svg │ │ ├── book-open.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── box.svg │ │ ├── briefcase.svg │ │ ├── calendar.svg │ │ ├── camera-off.svg │ │ ├── camera.svg │ │ ├── cast.svg │ │ ├── check-circle.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── chevrons-down.svg │ │ ├── chevrons-left.svg │ │ ├── chevrons-right.svg │ │ ├── chevrons-up.svg │ │ ├── chrome.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── cloud-drizzle.svg │ │ ├── cloud-lightning.svg │ │ ├── cloud-off.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-snow.svg │ │ ├── cloud.svg │ │ ├── code.svg │ │ ├── codepen.svg │ │ ├── codesandbox.svg │ │ ├── coffee.svg │ │ ├── columns.svg │ │ ├── command.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── corner-down-left.svg │ │ ├── corner-down-right.svg │ │ ├── corner-left-down.svg │ │ ├── corner-left-up.svg │ │ ├── corner-right-down.svg │ │ ├── corner-right-up.svg │ │ ├── corner-up-left.svg │ │ ├── corner-up-right.svg │ │ ├── cpu.svg │ │ ├── credit-card.svg │ │ ├── crop.svg │ │ ├── crosshair.svg │ │ ├── database.svg │ │ ├── delete.svg │ │ ├── disc.svg │ │ ├── dollar-sign.svg │ │ ├── download-cloud.svg │ │ ├── download.svg │ │ ├── droplet.svg │ │ ├── edit-2.svg │ │ ├── edit-3.svg │ │ ├── edit.svg │ │ ├── external-link.svg │ │ ├── eye-off.svg │ │ ├── eye.svg │ │ ├── facebook.svg │ │ ├── fast-forward.svg │ │ ├── feather.svg │ │ ├── figma.svg │ │ ├── file-minus.svg │ │ ├── file-plus.svg │ │ ├── file-text.svg │ │ ├── file.svg │ │ ├── film.svg │ │ ├── filter.svg │ │ ├── flag.svg │ │ ├── folder-minus.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── framer.svg │ │ ├── frown.svg │ │ ├── gift.svg │ │ ├── git-branch.svg │ │ ├── git-commit.svg │ │ ├── git-merge.svg │ │ ├── git-pull-request.svg │ │ ├── github.svg │ │ ├── gitlab.svg │ │ ├── globe.svg │ │ ├── grid.svg │ │ ├── hard-drive.svg │ │ ├── hash.svg │ │ ├── headphones.svg │ │ ├── heart.svg │ │ ├── help-circle.svg │ │ ├── hexagon.svg │ │ ├── home.svg │ │ ├── image.svg │ │ ├── inbox.svg │ │ ├── info.svg │ │ ├── instagram.svg │ │ ├── italic.svg │ │ ├── key.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── life-buoy.svg │ │ ├── link-2.svg │ │ ├── link.svg │ │ ├── linkedin.svg │ │ ├── list.svg │ │ ├── loader.svg │ │ ├── lock.svg │ │ ├── log-in.svg │ │ ├── log-out.svg │ │ ├── mail.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── maximize-2.svg │ │ ├── maximize.svg │ │ ├── meh.svg │ │ ├── menu.svg │ │ ├── message-circle.svg │ │ ├── message-square.svg │ │ ├── mic-off.svg │ │ ├── mic.svg │ │ ├── minimize-2.svg │ │ ├── minimize.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── monitor.svg │ │ ├── moon.svg │ │ ├── more-horizontal.svg │ │ ├── more-vertical.svg │ │ ├── mouse-pointer.svg │ │ ├── move.svg │ │ ├── music.svg │ │ ├── navigation-2.svg │ │ ├── navigation.svg │ │ ├── octagon.svg │ │ ├── package.svg │ │ ├── paperclip.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── pen-tool.svg │ │ ├── percent.svg │ │ ├── phone-call.svg │ │ ├── phone-forwarded.svg │ │ ├── phone-incoming.svg │ │ ├── phone-missed.svg │ │ ├── phone-off.svg │ │ ├── phone-outgoing.svg │ │ ├── phone.svg │ │ ├── pie-chart.svg │ │ ├── play-circle.svg │ │ ├── play.svg │ │ ├── plus-circle.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── pocket.svg │ │ ├── power.svg │ │ ├── printer.svg │ │ ├── radio.svg │ │ ├── refresh-ccw.svg │ │ ├── refresh-cw.svg │ │ ├── repeat.svg │ │ ├── rewind.svg │ │ ├── rotate-ccw.svg │ │ ├── rotate-cw.svg │ │ ├── rss.svg │ │ ├── save.svg │ │ ├── scissors.svg │ │ ├── search.svg │ │ ├── send.svg │ │ ├── server.svg │ │ ├── settings.svg │ │ ├── share-2.svg │ │ ├── share.svg │ │ ├── shield-off.svg │ │ ├── shield.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart.svg │ │ ├── shuffle.svg │ │ ├── sidebar.svg │ │ ├── skip-back.svg │ │ ├── skip-forward.svg │ │ ├── slack.svg │ │ ├── slash.svg │ │ ├── sliders.svg │ │ ├── smartphone.svg │ │ ├── smile.svg │ │ ├── speaker.svg │ │ ├── square.svg │ │ ├── star.svg │ │ ├── stop-circle.svg │ │ ├── sun.svg │ │ ├── sunrise.svg │ │ ├── sunset.svg │ │ ├── tablet.svg │ │ ├── tag.svg │ │ ├── target.svg │ │ ├── terminal.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── toggle-left.svg │ │ ├── toggle-right.svg │ │ ├── tool.svg │ │ ├── trash-2.svg │ │ ├── trash.svg │ │ ├── trello.svg │ │ ├── trending-down.svg │ │ ├── trending-up.svg │ │ ├── triangle.svg │ │ ├── truck.svg │ │ ├── tv.svg │ │ ├── twitch.svg │ │ ├── twitter.svg │ │ ├── type.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── unlock.svg │ │ ├── upload-cloud.svg │ │ ├── upload.svg │ │ ├── user-check.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user-x.svg │ │ ├── user.svg │ │ ├── users.svg │ │ ├── video-off.svg │ │ ├── video.svg │ │ ├── voicemail.svg │ │ ├── volume-1.svg │ │ ├── volume-2.svg │ │ ├── volume-x.svg │ │ ├── volume.svg │ │ ├── watch.svg │ │ ├── wifi-off.svg │ │ ├── wifi.svg │ │ ├── wind.svg │ │ ├── x-circle.svg │ │ ├── x-octagon.svg │ │ ├── x-square.svg │ │ ├── x.svg │ │ ├── youtube.svg │ │ ├── zap-off.svg │ │ ├── zap.svg │ │ ├── zoom-in.svg │ │ └── zoom-out.svg ├── tables │ └── index.html ├── tcomponent │ └── index.html └── ui-elements │ └── index.html ├── jest.config copy.js ├── jest.config.js ├── layouts ├── README.md ├── default.vue ├── error.vue └── sidebar-layout │ ├── dropdown-topmenu.vue │ ├── header.vue │ ├── layout.vue │ ├── menu-item.vue │ ├── menu.vue │ ├── notification.vue │ ├── profile.vue │ ├── search.vue │ └── sidebar.vue ├── middleware └── README.md ├── nuxt.config.js ├── package-lock.json ├── package.json ├── pages ├── README.md ├── components │ └── alerts.vue ├── docs │ └── _slug.vue ├── forms.vue ├── index.vue ├── tables.vue ├── tcomponent.vue └── ui-elements.vue ├── plugins ├── README.md ├── highlight.js └── t-components.js ├── resources ├── menu.js └── t-component-theme │ ├── index.js │ └── input-text.js ├── static ├── GitHub-Mark-Light-64px.png ├── README.md ├── content │ └── docs │ │ ├── configuration.md │ │ ├── eloquent.md │ │ ├── installation.md │ │ └── intro.md ├── favicon.ico └── svg-icon │ ├── block.svg │ └── feather │ ├── activity.svg │ ├── airplay.svg │ ├── alert-circle.svg │ ├── alert-octagon.svg │ ├── alert-triangle.svg │ ├── align-center.svg │ ├── align-justify.svg │ ├── align-left.svg │ ├── align-right.svg │ ├── anchor.svg │ ├── aperture.svg │ ├── archive.svg │ ├── arrow-down-circle.svg │ ├── arrow-down-left.svg │ ├── arrow-down-right.svg │ ├── arrow-down.svg │ ├── arrow-left-circle.svg │ ├── arrow-left.svg │ ├── arrow-right-circle.svg │ ├── arrow-right.svg │ ├── arrow-up-circle.svg │ ├── arrow-up-left.svg │ ├── arrow-up-right.svg │ ├── arrow-up.svg │ ├── at-sign.svg │ ├── award.svg │ ├── bar-chart-2.svg │ ├── bar-chart.svg │ ├── battery-charging.svg │ ├── battery.svg │ ├── bell-off.svg │ ├── bell.svg │ ├── bluetooth.svg │ ├── bold.svg │ ├── book-open.svg │ ├── book.svg │ ├── bookmark.svg │ ├── box.svg │ ├── briefcase.svg │ ├── calendar.svg │ ├── camera-off.svg │ ├── camera.svg │ ├── cast.svg │ ├── check-circle.svg │ ├── check-square.svg │ ├── check.svg │ ├── chevron-down.svg │ ├── chevron-left.svg │ ├── chevron-right.svg │ ├── chevron-up.svg │ ├── chevrons-down.svg │ ├── chevrons-left.svg │ ├── chevrons-right.svg │ ├── chevrons-up.svg │ ├── chrome.svg │ ├── circle.svg │ ├── clipboard.svg │ ├── clock.svg │ ├── cloud-drizzle.svg │ ├── cloud-lightning.svg │ ├── cloud-off.svg │ ├── cloud-rain.svg │ ├── cloud-snow.svg │ ├── cloud.svg │ ├── code.svg │ ├── codepen.svg │ ├── codesandbox.svg │ ├── coffee.svg │ ├── columns.svg │ ├── command.svg │ ├── compass.svg │ ├── copy.svg │ ├── corner-down-left.svg │ ├── corner-down-right.svg │ ├── corner-left-down.svg │ ├── corner-left-up.svg │ ├── corner-right-down.svg │ ├── corner-right-up.svg │ ├── corner-up-left.svg │ ├── corner-up-right.svg │ ├── cpu.svg │ ├── credit-card.svg │ ├── crop.svg │ ├── crosshair.svg │ ├── database.svg │ ├── delete.svg │ ├── disc.svg │ ├── dollar-sign.svg │ ├── download-cloud.svg │ ├── download.svg │ ├── droplet.svg │ ├── edit-2.svg │ ├── edit-3.svg │ ├── edit.svg │ ├── external-link.svg │ ├── eye-off.svg │ ├── eye.svg │ ├── facebook.svg │ ├── fast-forward.svg │ ├── feather.svg │ ├── figma.svg │ ├── file-minus.svg │ ├── file-plus.svg │ ├── file-text.svg │ ├── file.svg │ ├── film.svg │ ├── filter.svg │ ├── flag.svg │ ├── folder-minus.svg │ ├── folder-plus.svg │ ├── folder.svg │ ├── framer.svg │ ├── frown.svg │ ├── gift.svg │ ├── git-branch.svg │ ├── git-commit.svg │ ├── git-merge.svg │ ├── git-pull-request.svg │ ├── github.svg │ ├── gitlab.svg │ ├── globe.svg │ ├── grid.svg │ ├── hard-drive.svg │ ├── hash.svg │ ├── headphones.svg │ ├── heart.svg │ ├── help-circle.svg │ ├── hexagon.svg │ ├── home.svg │ ├── image.svg │ ├── inbox.svg │ ├── info.svg │ ├── instagram.svg │ ├── italic.svg │ ├── key.svg │ ├── layers.svg │ ├── layout.svg │ ├── life-buoy.svg │ ├── link-2.svg │ ├── link.svg │ ├── linkedin.svg │ ├── list.svg │ ├── loader.svg │ ├── lock.svg │ ├── log-in.svg │ ├── log-out.svg │ ├── mail.svg │ ├── map-pin.svg │ ├── map.svg │ ├── maximize-2.svg │ ├── maximize.svg │ ├── meh.svg │ ├── menu.svg │ ├── message-circle.svg │ ├── message-square.svg │ ├── mic-off.svg │ ├── mic.svg │ ├── minimize-2.svg │ ├── minimize.svg │ ├── minus-circle.svg │ ├── minus-square.svg │ ├── minus.svg │ ├── monitor.svg │ ├── moon.svg │ ├── more-horizontal.svg │ ├── more-vertical.svg │ ├── mouse-pointer.svg │ ├── move.svg │ ├── music.svg │ ├── navigation-2.svg │ ├── navigation.svg │ ├── octagon.svg │ ├── package.svg │ ├── paperclip.svg │ ├── pause-circle.svg │ ├── pause.svg │ ├── pen-tool.svg │ ├── percent.svg │ ├── phone-call.svg │ ├── phone-forwarded.svg │ ├── phone-incoming.svg │ ├── phone-missed.svg │ ├── phone-off.svg │ ├── phone-outgoing.svg │ ├── phone.svg │ ├── pie-chart.svg │ ├── play-circle.svg │ ├── play.svg │ ├── plus-circle.svg │ ├── plus-square.svg │ ├── plus.svg │ ├── pocket.svg │ ├── power.svg │ ├── printer.svg │ ├── radio.svg │ ├── refresh-ccw.svg │ ├── refresh-cw.svg │ ├── repeat.svg │ ├── rewind.svg │ ├── rotate-ccw.svg │ ├── rotate-cw.svg │ ├── rss.svg │ ├── save.svg │ ├── scissors.svg │ ├── search.svg │ ├── send.svg │ ├── server.svg │ ├── settings.svg │ ├── share-2.svg │ ├── share.svg │ ├── shield-off.svg │ ├── shield.svg │ ├── shopping-bag.svg │ ├── shopping-cart.svg │ ├── shuffle.svg │ ├── sidebar.svg │ ├── skip-back.svg │ ├── skip-forward.svg │ ├── slack.svg │ ├── slash.svg │ ├── sliders.svg │ ├── smartphone.svg │ ├── smile.svg │ ├── speaker.svg │ ├── square.svg │ ├── star.svg │ ├── stop-circle.svg │ ├── sun.svg │ ├── sunrise.svg │ ├── sunset.svg │ ├── tablet.svg │ ├── tag.svg │ ├── target.svg │ ├── terminal.svg │ ├── thermometer.svg │ ├── thumbs-down.svg │ ├── thumbs-up.svg │ ├── toggle-left.svg │ ├── toggle-right.svg │ ├── tool.svg │ ├── trash-2.svg │ ├── trash.svg │ ├── trello.svg │ ├── trending-down.svg │ ├── trending-up.svg │ ├── triangle.svg │ ├── truck.svg │ ├── tv.svg │ ├── twitch.svg │ ├── twitter.svg │ ├── type.svg │ ├── umbrella.svg │ ├── underline.svg │ ├── unlock.svg │ ├── upload-cloud.svg │ ├── upload.svg │ ├── user-check.svg │ ├── user-minus.svg │ ├── user-plus.svg │ ├── user-x.svg │ ├── user.svg │ ├── users.svg │ ├── video-off.svg │ ├── video.svg │ ├── voicemail.svg │ ├── volume-1.svg │ ├── volume-2.svg │ ├── volume-x.svg │ ├── volume.svg │ ├── watch.svg │ ├── wifi-off.svg │ ├── wifi.svg │ ├── wind.svg │ ├── x-circle.svg │ ├── x-octagon.svg │ ├── x-square.svg │ ├── x.svg │ ├── youtube.svg │ ├── zap-off.svg │ ├── zap.svg │ ├── zoom-in.svg │ └── zoom-out.svg ├── store └── README.md ├── stylelint.config.js ├── tailwind.config.js └── test └── Logo.spec.js /.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "env": { 3 | "test": { 4 | "presets": [ 5 | [ 6 | "@babel/preset-env", 7 | { 8 | "targets": { 9 | "node": "current" 10 | } 11 | } 12 | ] 13 | ] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # editorconfig.org 2 | root = true 3 | 4 | [*] 5 | indent_style = space 6 | indent_size = 2 7 | end_of_line = lf 8 | charset = utf-8 9 | trim_trailing_whitespace = true 10 | insert_final_newline = true 11 | 12 | [*.md] 13 | trim_trailing_whitespace = false 14 | -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- 1 | APP_NAME='My App' 2 | ROUTER_BASE='' 3 | HLJS_THEME= 4 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "semi": false, 3 | "singleQuote": true 4 | } 5 | -------------------------------------------------------------------------------- /assets/README.md: -------------------------------------------------------------------------------- 1 | # ASSETS 2 | 3 | **This directory is not required, you can delete it if you don't want to use it.** 4 | 5 | This directory contains your un-compiled assets such as LESS, SASS, or JavaScript. 6 | 7 | More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked). 8 | -------------------------------------------------------------------------------- /assets/css/tailwind.css: -------------------------------------------------------------------------------- 1 | @import 'tailwindcss/base'; 2 | @import 'tailwindcss/components'; 3 | @import 'tailwindcss/utilities'; 4 | -------------------------------------------------------------------------------- /components/README.md: -------------------------------------------------------------------------------- 1 | # COMPONENTS 2 | 3 | **This directory is not required, you can delete it if you don't want to use it.** 4 | 5 | The components directory contains your Vue.js Components. 6 | 7 | _Nuxt.js doesn't supercharge these components._ 8 | -------------------------------------------------------------------------------- /dist/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrofi/nuxt-tailwind/d6d0189648061360334f8200f8d33e21453ee8f4/dist/.nojekyll -------------------------------------------------------------------------------- /dist/GitHub-Mark-Light-64px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrofi/nuxt-tailwind/d6d0189648061360334f8200f8d33e21453ee8f4/dist/GitHub-Mark-Light-64px.png -------------------------------------------------------------------------------- /dist/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrofi/nuxt-tailwind/d6d0189648061360334f8200f8d33e21453ee8f4/dist/favicon.ico -------------------------------------------------------------------------------- /dist/svg-icon/block.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/activity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/airplay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/alert-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/align-justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/anchor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-down-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-left-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-right-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-up-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/at-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/award.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/bar-chart-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/bar-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/battery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/bell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/bluetooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/book-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/briefcase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/camera-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/cast.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/check-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/check-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/chevrons-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/chevrons-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/chevrons-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/chevrons-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/cloud-lightning.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/cloud-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/compass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/corner-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/corner-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/corner-left-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/corner-left-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/corner-right-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/corner-right-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/corner-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/corner-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/database.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/disc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/dollar-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/download-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/droplet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/edit-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/edit-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/external-link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/feather.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/file-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/folder-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/folder-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/framer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/frown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/git-branch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/git-commit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/git-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/git-pull-request.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/globe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/hash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/headphones.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/heart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/help-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/hexagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/layers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/layout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/link-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/linkedin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/log-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/log-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/map-pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/maximize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/meh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/message-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/minimize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/minus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/monitor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/moon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/more-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/more-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/mouse-pointer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/music.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/navigation-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/paperclip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/pause-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/pen-tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/percent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/pie-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/play-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/plus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/plus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/pocket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/power.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/printer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/radio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/refresh-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/refresh-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/rotate-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/rotate-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/shield-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/shopping-bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/shopping-cart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/sidebar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/skip-back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/skip-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/smartphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/smile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/speaker.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/target.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/terminal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/thermometer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/thumbs-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/thumbs-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/toggle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/toggle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/trash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/trello.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/trending-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/trending-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/twitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/type.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/umbrella.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/unlock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/user-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/user-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/user-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/user-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/users.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/video-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/voicemail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/volume-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/volume-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/volume-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/volume.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/wifi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/wind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/x-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/x-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/zap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/zoom-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/svg-icon/feather/zoom-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /layouts/README.md: -------------------------------------------------------------------------------- 1 | # LAYOUTS 2 | 3 | **This directory is not required, you can delete it if you don't want to use it.** 4 | 5 | This directory contains your Application Layouts. 6 | 7 | More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/views#layouts). 8 | -------------------------------------------------------------------------------- /layouts/sidebar-layout/notification.vue: -------------------------------------------------------------------------------- 1 | 6 | 11 | -------------------------------------------------------------------------------- /middleware/README.md: -------------------------------------------------------------------------------- 1 | # MIDDLEWARE 2 | 3 | **This directory is not required, you can delete it if you don't want to use it.** 4 | 5 | This directory contains your application middleware. 6 | Middleware let you define custom functions that can be run before rendering either a page or a group of pages. 7 | 8 | More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware). 9 | -------------------------------------------------------------------------------- /pages/README.md: -------------------------------------------------------------------------------- 1 | # PAGES 2 | 3 | This directory contains your Application Views and Routes. 4 | The framework reads all the `*.vue` files inside this directory and creates the router of your application. 5 | 6 | More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing). 7 | -------------------------------------------------------------------------------- /pages/tcomponent.vue: -------------------------------------------------------------------------------- 1 | 12 | -------------------------------------------------------------------------------- /plugins/README.md: -------------------------------------------------------------------------------- 1 | # PLUGINS 2 | 3 | **This directory is not required, you can delete it if you don't want to use it.** 4 | 5 | This directory contains Javascript plugins that you want to run before mounting the root Vue.js application. 6 | 7 | More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins). 8 | -------------------------------------------------------------------------------- /plugins/t-components.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import VueTailwind from 'vue-tailwind' 3 | import VueTailwindTheme from '@/resources/t-component-theme' 4 | 5 | Vue.use(VueTailwind, VueTailwindTheme) 6 | -------------------------------------------------------------------------------- /resources/t-component-theme/index.js: -------------------------------------------------------------------------------- 1 | import TInput from '@/resources/t-component-theme/input-text' 2 | 3 | export default { 4 | TInput, 5 | } 6 | -------------------------------------------------------------------------------- /resources/t-component-theme/input-text.js: -------------------------------------------------------------------------------- 1 | export default { 2 | fixedClasses: 'form-input', 3 | classes: '', 4 | variants: { 5 | danger: 'border-red-300 bg-red-100', 6 | success: 'border-green-300 bg-green-100', 7 | }, 8 | } 9 | -------------------------------------------------------------------------------- /static/GitHub-Mark-Light-64px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrofi/nuxt-tailwind/d6d0189648061360334f8200f8d33e21453ee8f4/static/GitHub-Mark-Light-64px.png -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrofi/nuxt-tailwind/d6d0189648061360334f8200f8d33e21453ee8f4/static/favicon.ico -------------------------------------------------------------------------------- /static/svg-icon/block.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/svg-icon/feather/activity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/airplay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/alert-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/anchor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-down-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-left-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-right-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-up-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/at-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/award.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/bar-chart-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/bar-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/battery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/bell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/bluetooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/book-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/briefcase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/camera-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/cast.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/check-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/check-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/chevrons-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/chevrons-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/chevrons-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/chevrons-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/cloud-lightning.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/cloud-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/compass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/corner-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/corner-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/corner-left-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/corner-left-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/corner-right-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/corner-right-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/corner-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/corner-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/database.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/disc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/dollar-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/download-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/droplet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/edit-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/edit-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/external-link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/feather.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/file-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/folder-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/framer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/frown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/git-branch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/git-commit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/git-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/git-pull-request.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/hash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/headphones.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/heart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/help-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/hexagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/layers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/layout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/link-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/linkedin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/log-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/log-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/map-pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/maximize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/meh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/message-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/minus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/monitor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/moon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/more-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/more-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/mouse-pointer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/music.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/navigation-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/paperclip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/pause-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/pen-tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/percent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/pie-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/play-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/plus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/plus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/pocket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/power.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/radio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/refresh-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/rotate-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/rotate-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/shopping-bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/shopping-cart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/sidebar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/skip-back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/skip-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/smartphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/smile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/speaker.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/target.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/terminal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/thermometer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/thumbs-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/thumbs-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/toggle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/toggle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/trash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/trello.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/trending-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/trending-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/type.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/umbrella.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/unlock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/user-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/user-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/user-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/users.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/video-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/voicemail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/volume-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/volume-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/volume-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/volume.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/wifi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/wind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/x-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/x-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/zap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/zoom-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/svg-icon/feather/zoom-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stylelint.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | extends: ['stylelint-config-standard', 'stylelint-config-prettier'], 3 | // add your custom config here 4 | // https://stylelint.io/user-guide/configuration 5 | rules: {}, 6 | } 7 | -------------------------------------------------------------------------------- /test/Logo.spec.js: -------------------------------------------------------------------------------- 1 | import { mount } from '@vue/test-utils' 2 | import Logo from '@/components/Logo.vue' 3 | 4 | describe('Logo', () => { 5 | test('is a Vue instance', () => { 6 | const wrapper = mount(Logo) 7 | expect(wrapper.vm).toBeTruthy() 8 | }) 9 | }) 10 | --------------------------------------------------------------------------------