feat(elements): add isHidden option
This commit is contained in:
@@ -12,6 +12,7 @@ import Edges from './Edges';
|
||||
import Validation from './Validation';
|
||||
import Horizontal from './Horizontal';
|
||||
import Provider from './Provider';
|
||||
import Hidden from './Hidden';
|
||||
|
||||
import './index.css';
|
||||
|
||||
@@ -51,6 +52,11 @@ const routes = [
|
||||
component: Stress,
|
||||
label: 'Stress',
|
||||
},
|
||||
{
|
||||
path: '/interaction',
|
||||
component: Interaction,
|
||||
label: 'Interaction',
|
||||
},
|
||||
{
|
||||
path: '/basic',
|
||||
component: Basic,
|
||||
@@ -60,9 +66,8 @@ const routes = [
|
||||
component: Empty,
|
||||
},
|
||||
{
|
||||
path: '/interaction',
|
||||
component: Interaction,
|
||||
label: 'Interaction',
|
||||
path: '/hidden',
|
||||
component: Hidden,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user