UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

14 lines (13 loc) 558 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import "../../css/light-dark.css"; import "../../css/components/input.css"; export default function Inputs() { return (_jsxs("div", { style: { display: "flex", flexDirection: "column", justifyContent: "center", alignItems: "center", gap: 20, padding: 20, }, children: [_jsx("input", { "data-ln-input": true }), _jsx("button", { "data-ln-input": true, style: { width: 152 }, children: "Greater Than" })] })); }