https://github.com/arnaudband/nuno-dark-ts
A React package that makes it easy to implement dark mode in your React applications. The package provides a simple API to toggle between dark and light mode, and it also includes a default set of dark mode styles that you can use as a starting point.
https://github.com/arnaudband/nuno-dark-ts
nodejs react rollup rollup-plugin tsx typescript
Last synced: about 2 months ago
JSON representation
A React package that makes it easy to implement dark mode in your React applications. The package provides a simple API to toggle between dark and light mode, and it also includes a default set of dark mode styles that you can use as a starting point.
- Host: GitHub
- URL: https://github.com/arnaudband/nuno-dark-ts
- Owner: ArnaudBand
- License: mit
- Created: 2023-07-21T19:59:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T00:28:37.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T19:36:26.947Z (2 months ago)
- Topics: nodejs, react, rollup, rollup-plugin, tsx, typescript
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuno-dark-ts
A React package that makes it easy to implement dark mode in your React applications. The package provides a simple API to toggle between dark and light mode, and it also includes a default set of dark mode styles that you can use as a starting point.
### Features:
- Easy to use API to toggle between dark and light mode
- Default set of dark mode styles
- Configurable dark mode settings### Installation:
```
npm install nuno-dark-ts
```or
```
npm install @ArnaudBand/nuno-dark-ts
```