1.1.1 • Published 4 years ago

@vue-a11y/dark-mode v1.1.1

Weekly downloads
88
License
MIT
Repository
github
Last release
4 years ago

@vue-a11y/dark-mode

A component that helps to implement dark mode and other color modes in your Vue application.

Introduction

Give users more options and control over which color mode they feel most comfortable with.

Dark mode or any other color mode are excellent alternatives for the user of your application to have the best experience in certain circumstances or by default.

@vue-a11y/dark-mode is very flexible, in addition to dark-mode, you can pass through props any color mode you want, for example, sepia, dark-blue, reading, and as many more options.

Articles that served as inspiration:

Links

Contributing

  • From typos in documentation to coding new features;
  • Check the open issues or open a new issue to start a discussion around your feature idea or the bug you found;
  • Fork repository, make changes and send a pull request;

Follow us on Twitter @vue_a11y

Thank you