@thxlion/majin-react
v0.1.3
Published
React component for Majin design parity - element picker and style extraction
Downloads
52
Readme
@thxlion/majin-react
React overlay for Majin (element picker + extractor).
Install
npm install @thxlion/majin-reactUsage
import { MajinOverlay } from "@thxlion/majin-react";
export function App() {
return (
<>
<YourApp />
<MajinOverlay />
</>
);
}By default, the overlay connects to ws://localhost:3847.
