- creating a dynamic color palette

- implementing actions section
This commit is contained in:
Amruth Pillai
2020-07-10 01:09:33 +05:30
parent da197be2f5
commit 89fa8236e8
33 changed files with 261 additions and 124 deletions

View File

@ -1,8 +1,9 @@
import {
MdColorLens,
MdDashboard,
MdStyle,
MdFontDownload,
MdImportExport,
MdStyle,
} from 'react-icons/md';
export default [
@ -26,4 +27,9 @@ export default [
name: 'Fonts',
icon: MdFontDownload,
},
{
id: 'actions',
name: 'Actions',
icon: MdImportExport,
},
];