Callum
Callum
#### What does this PR do? this PR adds a new prop to the `Meter` component so that its `Circle` variant can have its direction reversed. #### What testing has...
### Expected Behavior `onChange()` provides the type for `{ value }` that matches that itself i.e. the array of the value's type. For example, if each value is a `string`,...
Hello, big fan here - Following on from https://github.com/grommet/grommet-icons/issues/144 it would be great to also get an icon of a boat added to the repository. Useful to indicate aquatic transport,...
### Expected Behavior In raw CSS, I can use the following rule to make text uppercase - ```css text-transform: uppercase; ``` I could also achieve something similar using a different...
## Context In my MongoDB cluster, I have a database `userDB` with the collection `users`. This `userDB.users` collection has a property `status` which can either have the value `active` or...