Collection of CSS box-shadows for every taste contains more than 100 simple, beautiful and airy shadows.

Overview

Vue Box-shadows

Collection of CSS box-shadows for every taste contains more than 100 simple, beautiful and airy shadows. Add beautiful shadow effects to your Vue project without thinking about CSS. Some shadows are borrowed from the collection of box-shadow.css.


discord GitHub contributors npm download GitHub issues GitHub license

GitHub watchers GitHub forks GitHub stars

vue-box-shadows

Install

$ npm i vue-box-shadows
# or yarn
$ yarn add vue-box-shadows

How to use

To create a basic shadow element with minimal configuration, write the following:

Vue CLI | Nuxt

Vue CLI

<div v-box-shadow>
  Add beautiful shadow effects to your project without thinking about CSS.
  Properties are supported by all modern browsers.
</div>
import Vue from "vue";
import vueBoxShadows from "vue-box-shadows";

Vue.use(vueBoxShadows, {
  // options
});

Nuxt.js: Global Registration

Create plugin /plugins/vue-box-shadows.js

import Vue from "vue";
import vueBoxShadows from "vue-box-shadows";

Vue.use(vueBoxShadows);

Add to nuxt.config.js

export default {
  plugins: [{ src: "~/plugins/vue-box-shadows" }],
};

Usage in index.vue

<template>
   <div
      v-for="(item, index) in items"
      :key="index"
      v-box-shadow="item"
    >
      {{ item }}
    </div>
</template>

<script>
  export default {
    data: () => ({
      items: [2, 4, 2],
    }),
  };
</script>

Edit Vue Box-shadows, Nuxt2 and TailwindCSS

Options

Option Type Default Description
useClass Boolean false Set to true in order to import styles into <head> automatically.
shadowBaseCustom String "0 2px 8px 0 rgb(50 50 50 / 8%)" Set a value for box-shadow to change the default property.

Groups

In release v1.0.4, shadows have been grouped and sorted.
You can see the entire list of shadows in the table below.

Group Name ($ is value/number) Values Shadow id's Examples
None none 1 0 ---
Elevation el-$ 1-24 1-24 View
Borders bd-$ 1-6 25-30 View
Neumorphism neu-$ or neu-$-i or neu-$-io 1-3 31-39 View
Axis x ax-$ 1-6 40-45 View
Axis y ay-$ 1-6 46-51 View
Small inner side si-$ 1-4 52-55 View
Medium inner side mi-$ 1-4 56-59 View
Large inner side li-$ 1-4 60-63 View
Top t-$ 1-6 64-69 View
Bottom b-$ 1-6 70-75 View
Right side r-$ 1-6 76-81 View
Left side l-$ 1-6 82-87 View
Angle: top left tl-$ 1-6 88-93 View
Angle: top right tr-$ 1-6 94-99 View
Angle: bottom right br-$ 1-6 100-105 View
Angle: bottom left bl-$ 1-6 106-111 View
Patterns p-$ 1-2 112-115 View

Warning Names don't work
In the v2.0.0 release, you will be able to use these names in the directive instead of numbers.
They are currently unavailable.

Browser compatibility

Properties are supported by all modern browsers. You can find out about browser support for earlier versions on the Can I Use site.

Contributing

Feedback, bug reports, and pull requests are welcome. Read the detailed information about contributions in the CONTRIBUTING.md file.

Note Bug reporting
If you find a bug and would like to report it, please make sure the request is not on the list of known issues.

License

vue-box-shadows is licensed under the MIT license. You are free to use, modify and distribute this software, as long as the copyright header is left intact.


Installing · Usage · Options · Groups

Return to top

Comments
  • [Bug]: Cannot publish over previously published version

    [Bug]: Cannot publish over previously published version

    Where are you experiencing this bug?

    $ npm view vue-box-shadows time { created: '2022-07-18T21:15:27.589Z', '1.0.0': '2022-07-16T21:34:03.287Z', modified: '2022-07-27T18:47:10.518Z', '1.0.1': '2022-07-16T21:56:19.481Z', '1.0.2': '2022-07-16T22:09:36.765Z', '1.0.3': '2022-07-16T22:21:04.486Z', '0.0.1': '2022-07-18T21:15:27.816Z', '0.0.2': '2022-07-21T18:11:39.792Z', '0.0.3': '2022-07-24T19:58:02.299Z' }

    Expected behavior.

    Publishing v0.0.3 or v1.0.0

    How can you reproduce the error?

    run npm publish

    Additional Information.

    No response

    bug report 
    opened by andrejsharapov 1
  • Bump eslint from 6.8.0 to 8.20.0

    Bump eslint from 6.8.0 to 8.20.0

    Bumps eslint from 6.8.0 to 8.20.0.

    Release notes

    Sourced from eslint's releases.

    v8.20.0

    Features

    Bug Fixes

    • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
    • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)

    Documentation

    • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
    • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
    • bc692a9 docs: remove install command (#16084) (Strek)
    • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
    • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
    • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
    • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
    • 4d1ed22 docs: preselect default theme (#16098) (Strek)
    • 4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
    • 09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
    • f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
    • 32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)

    Chores

    • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
    • eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
    • 9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
    • 62541ed chore: fix markdown linting error (#16083) (唯然)

    v8.19.0

    Features

    • 7023628 feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)
    • 472c368 feat: fix handling of blockless with statements in indent rule (#16068) (Milos Djermanovic)

    Bug Fixes

    • fc81848 fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)

    Documentation

    • 3ae0574 docs: Remove duplicate rule descriptions (#16052) (Amaresh S M)
    • f50cf43 docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas)
    • ae4b449 docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic)
    • 280f898 docs: use only fenced code blocks (#16044) (Milos Djermanovic)
    • f5d63b9 docs: add listener only if element exists (#16045) (Amaresh S M)
    • 8b639cc docs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然)
    • b8e68c1 docs: Update release process (#16036) (Nicholas C. Zakas)
    • 6d0cb11 docs: remove table of contents from markdown text (#15999) (Nitin Kumar)

    Chores

    • e884933 chore: use github-slugger for markdown anchors (#16067) (Strek)
    • 02e9cb0 chore: revamp carbon ad style (#16078) (Amaresh S M)
    • b6aee95 chore: remove unwanted comments from rules markdown (#16054) (Strek)

    ... (truncated)

    Changelog

    Sourced from eslint's changelog.

    v8.20.0 - July 16, 2022

    • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
    • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
    • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
    • bc692a9 docs: remove install command (#16084) (Strek)
    • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
    • ca83178 feat: catch preprocess errors (#16105) (JounQin)
    • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
    • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
    • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)
    • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
    • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
    • 4d1ed22 docs: preselect default theme (#16098) (Strek)
    • 4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
    • 09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
    • f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
    • 32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)
    • eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
    • 9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
    • 62541ed chore: fix markdown linting error (#16083) (唯然)

    v8.19.0 - July 1, 2022

    • 7023628 feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)
    • 472c368 feat: fix handling of blockless with statements in indent rule (#16068) (Milos Djermanovic)
    • fc81848 fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)
    • e884933 chore: use github-slugger for markdown anchors (#16067) (Strek)
    • 02e9cb0 chore: revamp carbon ad style (#16078) (Amaresh S M)
    • 3ae0574 docs: Remove duplicate rule descriptions (#16052) (Amaresh S M)
    • b6aee95 chore: remove unwanted comments from rules markdown (#16054) (Strek)
    • f50cf43 docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas)
    • 6840940 chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin)
    • ae4b449 docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic)
    • 280f898 docs: use only fenced code blocks (#16044) (Milos Djermanovic)
    • f5d63b9 docs: add listener only if element exists (#16045) (Amaresh S M)
    • 8b639cc docs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然)
    • b8e68c1 docs: Update release process (#16036) (Nicholas C. Zakas)
    • 48904fb chore: add missing images (#16017) (Amaresh S M)
    • 910f741 chore: add architecture to nav (#16039) (Strek)
    • 9bb24c1 chore: add correct incorrect in all rules doc (#16021) (Deepshika S)
    • 5a96af8 chore: prepare versions data file (#16035) (Nicholas C. Zakas)
    • 50afe6f chore: Included githubactions in the dependabot config (#15985) (Naveen)
    • 6d0cb11 docs: remove table of contents from markdown text (#15999) (Nitin Kumar)
    • 473411e chore: add deploy workflow for playground (#16034) (Milos Djermanovic)
    • a30b66c chore: fix print style (#16025) (Amaresh S M)
    • f4dad59 chore: add noindex meta tag (#16016) (Milos Djermanovic)
    • db387a8 chore: fix sitemap (#16026) (Milos Djermanovic)
    • 285fbc5 chore: remove TOC from printable (#16020) (Strek)
    • 8e84c21 chore: remove ligatures from fonts (#16019) (Strek)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • [Bug]: Cannot use import statement outside a module

    [Bug]: Cannot use import statement outside a module

    Where are you experiencing this bug?

    https://codepen.io/andrejsharapov/pen/PoRKPZd

    Expected behavior.

    Shadows were expected

    How can you reproduce the error?

    See example above

    Additional Information.

    No response

    bug report 
    opened by andrejsharapov 1
  • Bump core-js from 3.23.4 to 3.23.5

    Bump core-js from 3.23.4 to 3.23.5

    Bumps core-js from 3.23.4 to 3.23.5.

    Changelog

    Sourced from core-js's changelog.

    3.23.5 - 2022.07.18
    • Fixed a typo in the structuredClone feature detection, #1106
    • Added Opera Android 70 compat data mapping
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump eslint-plugin-vue from 6.2.2 to 9.2.0

    Bump eslint-plugin-vue from 6.2.2 to 9.2.0

    Bumps eslint-plugin-vue from 6.2.2 to 9.2.0.

    Release notes

    Sourced from eslint-plugin-vue's releases.

    v9.2.0

    ⚙️ Updates

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.1.1...v9.2.0

    v9.1.1

    🐛 Bug Fixes

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.1.0...v9.1.1

    v9.1.0

    🐛 Bug Fixes

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.1...v9.1.0

    v9.0.1

    🐛 Bug Fixes

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.0...v9.0.1

    v9.0.0

    💥 Breaking Changes

    Change Vue 3 presets configs

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @vue/cli-plugin-babel from 4.5.19 to 5.0.8

    Bump @vue/cli-plugin-babel from 4.5.19 to 5.0.8

    Bumps @vue/cli-plugin-babel from 4.5.19 to 5.0.8.

    Release notes

    Sourced from @​vue/cli-plugin-babel's releases.

    v5.0.8

    :bug: Bug Fix

    v5.0.7

    • @vue/cli-service
    • @vue/cli-ui
      • #7210 chore: upgrade to apollo-server-express 3.x

    Committers: 2

    v5.0.6

    Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

    In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

    v5.0.5

    :bug: Bug Fix

    • @vue/cli
      • #7167 fix(upgrade): prevent changing the structure of package.json file during upgrade (@​blzsaa)
    • @vue/cli-service
    • @vue/cli-plugin-e2e-cypress
      • [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)

    Committers: 3

    v5.0.4

    :bug: Bug Fix

    • @vue/cli-service
    • @vue/cli-shared-utils, @vue/cli-ui
      • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

    Committers: 1

    v5.0.3

    ... (truncated)

    Changelog

    Sourced from @​vue/cli-plugin-babel's changelog.

    5.0.7 (2022-07-05)

    • @vue/cli-service
    • @vue/cli-ui
      • #7210 chore: upgrade to apollo-server-express 3.x

    Committers: 2

    5.0.6 (2022-06-16)

    Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

    In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

    5.0.5 (2022-06-16)

    :bug: Bug Fix

    • @vue/cli
      • #7167 feat(upgrade): prevent changing the structure of package.json file during upgrade (@​blzsaa)
    • @vue/cli-service

    Committers: 3

    5.0.4 (2022-03-22)

    :bug: Bug Fix

    • @vue/cli-service
    • @vue/cli-shared-utils, @vue/cli-ui
      • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

    Committers: 1

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump vue from 2.7.7 to 3.2.37

    Bump vue from 2.7.7 to 3.2.37

    Bumps vue from 2.7.7 to 3.2.37.

    Release notes

    Sourced from vue's releases.

    v3.2.37

    Please refer to CHANGELOG.md for details.

    v3.2.36

    Please refer to CHANGELOG.md for details.

    v3.2.35

    Please refer to CHANGELOG.md for details.

    v3.2.34

    Please refer to CHANGELOG.md for details.

    v3.2.34-beta.1

    Please refer to CHANGELOG.md for details.

    v3.2.33

    Please refer to CHANGELOG.md for details.

    v3.2.32

    Please refer to CHANGELOG.md for details.

    v3.2.31

    Please refer to CHANGELOG.md for details.

    v3.2.30

    Please refer to CHANGELOG.md for details.

    v3.2.29

    Please refer to CHANGELOG.md for details.

    v3.2.28

    Please refer to CHANGELOG.md for details.

    v3.2.27

    Please refer to CHANGELOG.md for details.

    v3.2.26

    Please refer to CHANGELOG.md for details.

    v3.2.25

    Please refer to CHANGELOG.md for details.

    v3.2.24

    Please refer to CHANGELOG.md for details.

    v3.2.23

    Please refer to CHANGELOG.md for details.

    v3.2.22

    Please refer to CHANGELOG.md for details.

    ... (truncated)

    Changelog

    Sourced from vue's changelog.

    3.2.37 (2022-06-06)

    Bug Fixes

    • compiler-sfc: improve css v-bind parsing (e60244b), closes #6022
    • runtime-core: hydrate Static vnode (#6015) (11e17a1), closes #6008
    • sfc: avoid auto name inference leading to unwanted recursion (9734b31), closes #5965 #6027 #6029
    • ssr: ensure app can be unmounted when created with createSSRApp() (#5992) (d4d3319), closes #5990
    • ssr: hydration for transition wrapper components with empty slot content (#5995) (eb22a62), closes #5991

    3.2.36 (2022-05-23)

    Bug Fixes

    • compat: fix app-level asset registration affecting other local apps (#5979) (7fb5732)
    • compat: fix globalProperties pollution in v3 mode (2f07e34), closes #5699
    • compiler-core: fix svg with directives being incorrectly hoisted (#5919) (7fbc933), closes #5289
    • sfc/types: allow use default factory for primitive types in withDefaults (#5939) (b546282), closes #5938
    • transition: fix cancel leave regression (#5974) (dddbd96), closes #5973

    Performance Improvements

    3.2.35 (2022-05-20)

    Bug Fixes

    • compiler-sfc: fix usage detection for types in v-for/v-slot expressions (583b625), closes #5959
    • types: fix typescript error when spreading $props(#5968) (0c7fd13)
    • types: restore DefineComponent argument order (8071ef4), closes #5416 #3796 #5967

    3.2.34 (2022-05-19)

    Bug Fixes

    • compiler-core: should generate HYDRATE_EVENTS flag on dynamic component that resolves to element (415091b), closes #5870
    • compiler-sfc: support export { default } from '...' (#5937) (73e6523), closes #5935
    • compiler-sfc: type-only defineProps does not recognize Promise (fix #5941) (#5943) (991d623)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump sass-loader from 10.3.1 to 13.0.2

    Bump sass-loader from 10.3.1 to 13.0.2

    Bumps sass-loader from 10.3.1 to 13.0.2.

    Release notes

    Sourced from sass-loader's releases.

    v13.0.2

    13.0.2 (2022-06-27)

    Bug Fixes

    v13.0.1

    13.0.1 (2022-06-24)

    Bug Fixes

    v13.0.0

    13.0.0 (2022-05-18)

    ⚠ BREAKING CHANGES

    • minimum supported Node.js version is 14.15.0 (#1048)
    • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

    Bug Fixes

    • do not crash on importers for modern API (#1052) (095814e)
    • do not store original sass error in webpack error(#1053) (06d7533)

    v12.6.0

    12.6.0 (2022-02-15)

    Features

    • added support for automatic loading of sass-embedded (#1025) (c8dae87)

    v12.5.0

    12.5.0 (2022-02-14)

    Features

    • added support for sass-embedded (faster than node-sass), feel free to feedback
    • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

    v12.4.0

    12.4.0 (2021-12-07)

    ... (truncated)

    Changelog

    Sourced from sass-loader's changelog.

    13.0.2 (2022-06-27)

    Bug Fixes

    13.0.1 (2022-06-24)

    Bug Fixes

    13.0.0 (2022-05-18)

    ⚠ BREAKING CHANGES

    • minimum supported Node.js version is 14.15.0 (#1048)
    • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

    Bug Fixes

    • do not crash on importers for modern API (#1052) (095814e)
    • do not store original sass error in webpack error(#1053) (06d7533)

    12.6.0 (2022-02-15)

    Features

    • added support for automatic loading of sass-embedded (#1025) (c8dae87)

    12.5.0 (2022-02-14)

    Features

    • added support for sass-embedded (faster than node-sass), feel free to feedback
    • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

    12.4.0 (2021-12-07)

    Features

    12.3.0 (2021-10-27)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • migration from vue 2 to vue 3

    migration from vue 2 to vue 3

    What is the purpose of this pull request?

    • [x] New Feature
    • [x] Documentation update

    Description

    Migration from vue 2 to vue 3

    Additional context

    Update

    • [x] dependencies
    • [x] main.js
    • [x] templates including (App.vue)
    • [ ] README.md

    Remove

    • [ ] @vue/compat

    Before submitting the PR, please make sure you do the following

    • [x] Read the Contributing Guidelines.
    • [x] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
    • [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #yyy).
    documentation update dependencies 
    opened by andrejsharapov 0
  • workflow acceleration

    workflow acceleration

    What is the purpose of this pull request?

    • [x] New Feature

    Description

    • [x] added vue.config.js
    • [x] added environment
    • [x] added pug to speed up your workflow

    Additional context

    none


    Before submitting the PR, please make sure you do the following

    • [x] Read the Contributing Guidelines.
    • [x] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
    • [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #yyy).
    update dependencies 
    opened by andrejsharapov 0
  • fixed docs

    fixed docs

    What is the purpose of this pull request?

    • [x] Documentation update

    Description

    • [x] updated README.md

    Additional context

    none


    Before submitting the PR, please make sure you do the following

    • [x] Read the Contributing Guidelines.
    • [x] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
    • [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #yyy).

    Created from VS Code using CodeStream

    documentation 
    opened by andrejsharapov 0
Releases(v2.0.3)
  • v2.0.3(Nov 15, 2022)

  • v2.0.2(Nov 14, 2022)

    What's Changed

    • fixed docs by @andrejsharapov in https://github.com/andrejsharapov/vue-box-shadows/pull/21
    • workflow acceleration by @andrejsharapov in https://github.com/andrejsharapov/vue-box-shadows/pull/22

    Full Changelog: https://github.com/andrejsharapov/vue-box-shadows/compare/v2.0.0...v2.0.2

    Source code(tar.gz)
    Source code(zip)
  • v2.0.0(Sep 11, 2022)

    What's new

    Added a new option to use shadows.

    What's changed

    The release adds the ability to use not only shadow identifiers, but also their names. This should make it easier for users to work with the collection.

      <!-- use name -->
      <div v-box-shadow:neu-2></div>
    
      <!-- or -->
    
      <!--  use id -->
      <div v-box-shadow="34"></div>
    

    Added

    • Added names for use in the projects
    Source code(tar.gz)
    Source code(zip)
  • v1.0.5(Aug 15, 2022)

    What's new

    In this release, the structure and order of shadows has been completely redesigned.

    What's changed

    Fixed

    • Added missing inset's

    Changed

    • Shadows have been reordered and grouped
    • Shadows get new numbers
    • Added usage documentation and examples for each group

    Added

    • Added shadows in the form of borders
    • Added shadows for neumorphism
    • Added shadows with patterns
    Source code(tar.gz)
    Source code(zip)
  • v0.0.2(Aug 15, 2022)

Owner
Andrej Sharapov
UI/UX Designer | Frontend Developer
Andrej Sharapov
Prefetch and sync state to client with one line of code, out-of-the-box

vue3-SSR-starter Prefetch and sync state to client with one line of code, out-of-the-box Features vue3 SSR vue-router we don't need vuex anymore one l

周子贤 36 Aug 28, 2022
emoji-box

emoji-box 特别说明: 基于 Vue3 编写,Vue2 不适用。 本项目中的表情(圆脸、其他、手势、动物)基于微软开源表情制作,可商用。 如涉及其他表情用于不正当的行为,后果由使用者承担责任,与本项目无关。 安装 npm npm i emoji-box yarn yarn add emoj

null 1 Dec 27, 2022
This repo contains a fully configured nuxt 3 instance supporting TypeScript and several considered as useful libraries, fully configured and ready to use in real world projects!

Nuxt 3 Starter This repo contains a fully configured nuxt 3 instance supporting TypeScript and several considered as useful libraries, fully configure

Ali Soueidan 26 Dec 27, 2022
This repository contains several example of Vite setups.

Vite setup catalogue This repository contains several example of Vite setups. Currently it only contains dev setup Info None of these examples uses se

翠 / green 112 Jan 2, 2023
Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.

Onsen UI - Cross-Platform Hybrid App and PWA Framework Onsen UI is an open source framework that makes it easy to create native-feeling Progressive We

null 8.7k Jan 4, 2023
:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.

best-resume-ever ?? ?? Build fast ?? and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS. Cool Creative Green Pur

Sara Steiert 15.8k Jan 9, 2023
Free and Beautiful Vue.js Admin Template

We’re working on Vuestic UI component library, which lets you easily customize components to your own design. Get early access and receive support fro

Epicmax 9.1k Jan 4, 2023
Make use css module more sense.

vite-plugin-sense-css-module Make use css module more sense. Installation npm npm install --save-dev vite-plugin-sense-css-module yarn yarn add -D vi

null 2 Sep 25, 2022
🧞‍♂️ MESH·Y is a design tool to generate beautiful & colorful mesh gradients

Meshy is a design tool to generate beautiful & colorful mesh gradients. Generate multiple random variations of Mesh gradients along with cool color customizations. Export PNG image with custom resolution.

Anup Aglawe 255 Dec 22, 2022
:fire::fire::fire: 强大的动态表单生成器|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON.

form-create form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions thr

xaboy 4.6k Jan 3, 2023
The first truly composable CSS animation library. Built for Vue, React, SCSS, and CSS, AnimXYZ will bring your website to life.

AnimXYZ animxyz.com AnimXYZ helps you create, customize, and compose animations for your website. Powered by CSS variables to allow a nearly limitless

Ingram Projects 2.1k Jan 2, 2023
Adapter for SvelteKit apps that prerenders your site as a collection of static files for GitHub Pages

svelte-adapter-github Adapter for SvelteKit apps that prerenders your site as a collection of static files for GitHub Pages. Usage Install with npm i

null 36 Sep 20, 2022
A client for QQ and more.:electron:

Icalingua++ Icalingua++ 是 Icalingua 的分支,為已經刪除的 Icalingua 提供有限的更新,同時歡迎社區提交PR。 Icalingua 这个名字是日语中「光」和拉丁语中「语言」的组合。 本项目希望为 Linux 打造一个会话前端框架,通过实现 Adapter 后

Icalingua++ 2.6k Dec 31, 2022
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!

Build bulletproof UI components faster Storybook is a development environment for UI components. It allows you to browse a component library, view the

Storybook 75.9k Jan 9, 2023
A preview component of the creator with more information on hover.

vue-creator-preview Introduction A preview component of the creator with more information on hover. Checkout the Demo here. Installation Install using

Gobie Nanthakumar 6 Jun 20, 2021
Carpatin is a React JS Admin Dashboard Template that focuses on the management flows of a back-office application. We leverage the Material-UI power of stylizing the components in a way that feels more professional.

Carpatin Dashboard Free Carpatin is a React Js Admin Dashboard Template that focuses on the management flows of a back-office application. We leverage

Devias 64 Dec 12, 2022
VGENT – Vue Agent, that helps you to develop in a more effective way

VGENT is a CLI tool that generates boilerplate files for components, pages in your Nuxt.js or Vue.js project.A file generator for Nuxt.js

Arman Kuanysh 20 Dec 29, 2022
Wordle is a simple word game created by a Software Engineer Wardle. I made this simple helper app to show remaining words in each step.

Wordle Helper Wordle is a simple word game created by a Software Engineer Wardle. I made this simple helper app to show remaining words in each step.

Anwarul Islam 5 Oct 24, 2022
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀

Vue NodeGui Build performant, native and cross-platform desktop applications with Vue. ?? Vue NodeGUI is powered by Vue ?? and Qt5 ?? which makes it C

NodeGui 765 Dec 30, 2022