feat(examples): add validation example

This commit is contained in:
moklick
2020-06-02 00:13:06 +02:00
parent ce32d34c6b
commit 206cd1ded1
6 changed files with 104 additions and 21 deletions
+5
View File
@@ -9,6 +9,7 @@ import Stress from './Stress';
import Inactive from './Inactive';
import Empty from './Empty';
import Edges from './Edges';
import Validation from './Validation';
import Horizontal from './Horizontal';
import './index.css';
@@ -33,6 +34,10 @@ const routes = [{
path: '/horizontal',
component: Horizontal,
label: 'Horizontal'
}, {
path: '/validation',
component: Validation,
label: 'Validation'
}, {
path: '/stress',
component: Stress,