grommet-site
grommet-site copied to clipboard
Site for Grommet v2
The site now displays in light/dark based on the users browsers preferences. We should have a way for them to toggle the site between light/dark or revert back to the...
Hi, I will add a scroll-up button which will enhance the user experience. Best, Rehan.
Idea stemmed from this pull request: https://github.com/grommet/grommet-site/pull/416 There could be a dynamic section at the top of the components page when new components are displayed. If there are no new...
See PR https://github.com/grommet/grommet/pull/6571
Add a note to the docs in places where components have a `messages` prop and encourage them to use the Grommet `messages` prop instead of the component level one.
Using google analytics requires that we disclose this information to users. A list of steps for sites to follow when using google analytics can be found here: https://www.cookiebot.com/en/google-analytics-gdpr/. We should...
The `Markdown` component example is not displayed properly in the docs. The `CONTENT` object should probably be: ```js // src/screens/Markdown.js const CONTENT = `{\` ## Grommet **heart**s markdown Favorite thing,...
Change the Documentation for the changes in SelectMultiple in the PR https://github.com/grommet/grommet/pull/6655. Add ne message object for the internationalization for SelectMultiple.
Received feedback in slack that the `global.font.size` prop documentation is misleading. The way it is written makes it sounds like it is controlling the font size for most of the...