Mike Perrotti
Mike Perrotti
@andrialexandrou spotted a place in the docs where we were still linking to the deprecated `ChoiceFieldset` component. This removes that link and references `RadioGroup` and `CheckboxGroup` instead. ### Merge checklist...
The SegmentedControl can now be functional without handling state externally. ### Merge checklist - [x] Added/updated tests - [n/a] Added/updated documentation - [x] Tested in Chrome - [x] Tested in...
A React implementation of https://github.com/primer/css/pull/2152 The code in this PR is sub-par and not meant to be reviewed. It's just something that was quickly hacked together as a proof-of-concept. I'll...
**Is your feature request related to a problem? Please describe.** The following PRs have been override the current `.TimelineItem` styles to hide the last line on the left when the...
These will be used for the TreeView component
Combines the following PRs which would not pass the "Visual testing" check because they were opened by dependabot: - https://github.com/primer/react/pull/2311 - https://github.com/primer/react/pull/2310 - https://github.com/primer/react/pull/2309 - https://github.com/primer/react/pull/2308 - https://github.com/primer/react/pull/2307
I added a more dynamic validation example that conforms to the form validation patterns defined in the form interface guidelines.
Relates to https://github.com/github/primer/issues/2681 https://github.com/primer/react/assets/2313998/2d15f422-1e1f-428e-b6ac-99e30ef4328b ### Changelog #### New - `ActionList.item` accepts `loading` prop #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [x] Minor release -...
Relates to https://github.com/github/primer/issues/2682 https://github.com/primer/react/assets/2313998/854b82e1-8c52-48e1-a2ab-a95911df12cf ### Changelog #### New Adds the following components: - `SkeletonBone` - general-use skeleton loading component - `SkeletonAvatar` - used to replace avatars with a skeleton loading...