feat: add Table and TableSection components (#1849)
* refactor: rename ui/table to ui/data-table * feat: add Table and TableSection components Closes #1806
This commit is contained in:
8
front/src/modules/ui/table/components/Table.tsx
Normal file
8
front/src/modules/ui/table/components/Table.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
const StyledTable = styled.table`
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
`;
|
||||
|
||||
export { StyledTable as Table };
|
||||
Reference in New Issue
Block a user