Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vue-a11y/vue-dark-mode

A component that helps to implement dark mode and other color modes in your Vue application.
https://github.com/vue-a11y/vue-dark-mode

color-mode dark dark-mode prefers-color-scheme

Last synced: 3 months ago
JSON representation

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

Lists

README

        

# [@vue-a11y/dark-mode](https://vue-dark-mode.surge.sh)
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](https://github.com/vue-a11y/vue-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:
- [Building dark mode on Stack Overflow](https://stackoverflow.blog/2020/03/31/building-dark-mode-on-stack-overflow/)
- [Your dark mode toggle is broken](https://kilianvalkhof.com/2020/design/your-dark-mode-toggle-is-broken/)

## Links

- [Documentation](https://darkmode.vue-a11y.com)
- [Demo](https://vue-dark-mode.surge.sh)

## 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](https://twitter.com/vue_a11y)

**Thank you**