UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

1 lines 687 B
{"version":3,"file":"ViewTextCell.cjs","sources":["../../../../../src/lib/DataTable/cells/ViewTextCell.tsx"],"sourcesContent":["import type {ComponentProps, FC} from 'react';\n\nimport classes from './Cells.module.css';\nimport type {CellComponent} from './../types.ts';\n\nexport type Props = ComponentProps<CellComponent>;\n\nexport const ViewTextCell: FC<Props> = ({value}) => {\n return (\n <div title={String(value)} className={classes.viewTextCell}>\n {value}\n </div>\n );\n};\n"],"names":["ViewTextCell","value","jsx","classes"],"mappings":"sKAOaA,EAA0B,CAAC,CAAC,MAAAC,KAEjCC,MAAC,OAAI,MAAO,OAAOD,CAAK,EAAG,UAAWE,EAAAA,QAAQ,aACzC,SACLF,CAAA,CAAA"}