Update README.md

This commit is contained in:
DrMint 2022-02-24 02:10:20 +01:00 committed by GitHub
parent 6604fa2929
commit 506e5383da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -19,10 +19,11 @@
- Good typographic defaults using [Tailwind/Typography](https://tailwindcss.com/docs/typography-plugin) - Good typographic defaults using [Tailwind/Typography](https://tailwindcss.com/docs/typography-plugin)
- Beside the theme declaration no CSS outside of Tailwind CSS - Beside the theme declaration no CSS outside of Tailwind CSS
- Manually added support for scrollbar styling - Manually added support for scrollbar styling
- Support for [Material Icons](https://fonts.google.com/icons) - 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
- Framework: [Next.js](https://nextjs.org/) (React) - Framework: [Next.js](https://nextjs.org/) (React)
- Multilanguage support - Multilanguage support
- State Management: [React Context](https://reactjs.org/docs/context.html) - State Management: [React Context](https://reactjs.org/docs/context.html)
- Persistent app state using LocalStorage - Persistent app state using LocalStorage
- Support for many screen sizes and resolutions - Support for many screen sizes and resolutions
- Support for light and dark mode with a manual switch and system's selected theme by default