Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neoki07/react-colorblindly


https://github.com/neoki07/react-colorblindly

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# WIP: react-colorblindly


Demo

# Getting started

```tsx
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import { ColorblindlyDevtools } from 'react-colorblindly'

ReactDOM.createRoot(document.getElementById('root')!).render(


,
)
```