I am using griddle-react and have issues with default styling css i.e. 'griddle-cell' or 'griddle-row'. Where do I find/install corresponding css ? Or am I supposed to create myself ?
<Griddle styleConfig={styleConfig}
data={...}
plugins={[plugins.LocalPlugin]}
/>
and
const styleConfig = {
classNames: {
Cell: 'griddle-cell',
Row: 'griddle-row', //'row-class',
}
}