Add pagination components and update some other components

This commit is contained in:
2023-11-29 14:31:06 +07:00
parent f5ed5d937a
commit d843667b01
8 changed files with 163 additions and 13 deletions
@@ -36,7 +36,7 @@ const Button = styled.button<IButtonStyle>`
&:disabled,
&[disabled] {
cursor: no-drop;
cursor: not-allowed;
}
`;