Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.3 KB

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