UNPKG

@matthewgapp/solidjs-flow

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

10 lines (8 loc) 172 B
import type { JSX } from 'solid-js'; export const containerStyle: JSX.CSSProperties = { position: 'absolute', width: '100%', height: '100%', top: 0, left: 0, };