grommet-starter-new-app
grommet-starter-new-app copied to clipboard
A tutorial to show how to use Grommet with create-react-app.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
i get this when trying to wrapp my code with responsiveContex `import React,{createContext} from 'react'` `import { Grommet,ResponsiveContext,Box } from 'grommet';` `import MainNavigator from './navigation/MainNavigator'` `import {BrowserRouter as Router} from...
I was going through this tutorial and couldn't get responsive working. Then I saw this url, https://codesandbox.io/s/grommet-responsive-context-issue-dy96c?file=/src/components/App.tsx and when I added this line the tutorial worked as expected.
Currently, slack invite links are pointing towards this URL `http://slackin.grommet.io/`. But there isn't any invite app is running on that URL. I found a new slack invite link `https://slack-invite.grommet.io/` from...
Correct tow mirror diff detail as following: 1. `` initially took just one line instead of three separated lines. 2. `Layer` should be added to `import` solely with just one...
Closes #8. Also, this could use `useContext`, which would replace ```tsx {size => .... ``` with ```ts const size = useContext(ResponsiveContext) ``` But that would require the side bar component...