feat(icon-picker): add icon-picker component

This commit is contained in:
Vben
2021-03-01 23:11:12 +08:00
parent b476e1c84c
commit b6cea4a950
19 changed files with 2724 additions and 38 deletions

View File

@@ -14,6 +14,9 @@ const menu: MenuModule = {
{
path: 'icon',
name: t('routes.demo.feat.icon'),
tag: {
content: 'new',
},
},
{
path: 'tabs',
@@ -51,9 +54,6 @@ const menu: MenuModule = {
{
path: 'ripple',
name: t('routes.demo.feat.ripple'),
tag: {
content: 'new',
},
},
{
path: 'full-screen',
@@ -89,9 +89,7 @@ const menu: MenuModule = {
{
name: t('routes.demo.feat.breadcrumb'),
path: 'breadcrumb',
tag: {
content: 'new',
},
children: [
{
path: 'flat',