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

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.

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
```