feat: Pagination component

This commit is contained in:
chenjiahan
2020-07-06 16:53:02 +08:00
parent 660e535811
commit 97a6bf9d48
8 changed files with 502 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
import Demo from '../demo';
import { snapshotDemo } from '../../../test/demo';
snapshotDemo(Demo);