UNPKG

@datalayer/primer-rjsf

Version:

React JSON Schema Form (RJSF) for Primer

8 lines (7 loc) 317 B
import { jsx as _jsx } from "react/jsx-runtime"; import { ThemeProvider, BaseStyles } from '@primer/react'; function DemoFrame(props) { const { children, subtheme } = props; return (_jsx(ThemeProvider, { dayScheme: subtheme, children: _jsx(BaseStyles, { children: children }) })); } export default DemoFrame;