Merged in feat/sw-3247-move-table-to-design-system (pull request #2636)
feat(SW-3247): Move Table component to design-system * Move Table component to design-system Approved-by: Bianca Widstam
This commit is contained in:
7
packages/design-system/lib/components/Table/TBody.tsx
Normal file
7
packages/design-system/lib/components/Table/TBody.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import styles from './table.module.css'
|
||||
|
||||
function TBody({ children }: React.PropsWithChildren) {
|
||||
return <tbody className={styles.tbody}>{children}</tbody>
|
||||
}
|
||||
|
||||
export default TBody
|
||||
Reference in New Issue
Block a user