Hello,
I got an issue for adding the data-grid component with the shadcn CLI:
../../../../../../../var/folders/ly/7bqq4kj17bqb470gg7xxn3nm0000gp/T/shadcn-fjDjWp/data-grid-table.tsx:534:118 - error TS1109: Expression expected.
534 "[&[data-pinned][data-last-col]]:border-border data-pinned:bg-background/90 data-pinned:backdrop-blur-xs" [&[data-pinned=left][data-last-col=left]]:border-e! [&[data-pinned=right][data-last-col=right]]:border-s!",
~
../../../../../../../var/folders/ly/7bqq4kj17bqb470gg7xxn3nm0000gp/T/shadcn-fjDjWp/data-grid-table.tsx:534:131 - error TS1005: ',' expected.
534 "[&[data-pinned][data-last-col]]:border-border data-pinned:bg-background/90 data-pinned:backdrop-blur-xs" [&[data-pinned=left][data-last-col=left]]:border-e! [&[data-pinned=right][data-last-col=right]]:border-s!",
~
../../../../../../../var/folders/ly/7bqq4kj17bqb470gg7xxn3nm0000gp/T/shadcn-fjDjWp/data-grid-table.tsx:534:151 - error TS1005: ']' expected.
after adding manually the components and files (from https://reui.io/docs/base/data-grid), i see a double quote which may generate the error when the component is imported from the JSON
https://raw.githubusercontent.com/keenthemes/reui/refs/heads/main/public/r/styles/base-vega/data-grid.json

Thank you for this awesome component (and the others 😉)
Hello,
I got an issue for adding the data-grid component with the shadcn CLI:
after adding manually the components and files (from https://reui.io/docs/base/data-grid), i see a double quote which may generate the error when the component is imported from the JSON
https://raw.githubusercontent.com/keenthemes/reui/refs/heads/main/public/r/styles/base-vega/data-grid.json

Thank you for this awesome component (and the others 😉)