Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
chore(grommet): installs grommet
Browse files Browse the repository at this point in the history
fixes #53
  • Loading branch information
Eduardo Campaña committed Dec 4, 2018
1 parent f88a7f6 commit cb86ee8
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 15 deletions.
3 changes: 2 additions & 1 deletion admin/components/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import React from "react";
import { string } from "prop-types";
import { inject } from "mobx-react";
import { Grommet } from "grommet";

const App = ({ title }) => <div>{title}</div>;
const App = ({ title }) => <Grommet plain>{title}</Grommet>;

App.propTypes = {
title: string.isRequired
Expand Down
145 changes: 132 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"wordpress",
"plugi"
],
"author": "luis@frontity.com, eduardo@frontity.com",
"author": "Luis Herranz (luis@frontity.com), Eduardo Campaña (eduardo@frontity.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/frontity/wp-plugin/issues"
Expand Down Expand Up @@ -75,6 +75,8 @@
},
"dependencies": {
"got": "^9.3.2",
"grommet": "^2.0.1",
"grommet-icons": "^3.2.1",
"mobx": "^5.5.2",
"mobx-react": "^5.3.6",
"mobx-state-tree": "^3.7.1",
Expand Down

0 comments on commit cb86ee8

Please sign in to comment.