Update README.md
This commit is contained in:
parent
6604fa2929
commit
506e5383da
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue