diff --git a/README.md b/README.md index c9088be..8293073 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,15 @@ - Support for Arbitrary React Components and Component Props! - Autogenerated multi-level table of content and anchor links for the different headers - Styling: [Tailwind CSS](https://tailwindcss.com/) - - Good typographic defaults using [Tailwind/Typography](https://tailwindcss.com/docs/typography-plugin) - - Beside the theme declaration no CSS outside of Tailwind CSS - Manually added support for scrollbar styling - Support for [Material Icons](https://fonts.google.com/icons) - - Support for light and dark mode with a manual switch and system's selected theme by default - Support for creating any arbitrary theming mode by swapping CSS variables - Support for many screen sizes and resolutions +- Accessibility + - Gestures using [react-swipeable](https://www.npmjs.com/package/react-swipeable) + - Keyboard hotkeys using [react-hot-keys](https://www.npmjs.com/package/react-hot-keys) + - Support for light and dark mode with a manual switch and system's selected theme by default + - All fonts can be swaped to [OpenDyslexic](https://www.npmjs.com/package/@fontsource/opendyslexic) - Framework: [Next.js](https://nextjs.org/) (React) - Multilanguage support - State Management: [React Context](https://reactjs.org/docs/context.html)