Add Splitter component documentation link#2191
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s root README component matrix to include a documentation link entry for the Splitter component.
Changes:
- Added a Splitter row to the Components table with a Docs reference and released version.
- Added a
[Splitter Docs]reference link target in the README link definitions.
| | Toast | ✅ | [Docs][Toast Docs] | [2.1.0] | [MIT](LICENSE) | | ||
| | Rating | ✅ | [Docs][Rating Docs] | [2.1.0] | [MIT](LICENSE) | | ||
| | Slider | ✅ | [Docs][Slider Docs] | [2.0.0] | [MIT](LICENSE) | | ||
| | Splitter | ✅ | [Docs][Splitter Docs] | [7.1.0] | [MIT](LICENSE) | |
There was a problem hiding this comment.
The table references [7.1.0] for Splitter, but there is no corresponding link definition ([7.1.0]: ...) in the reference section below, so the released-version link will render as a broken reference. Add a [7.1.0] release link definition consistent with the other versions.
| | Toast | ✅ | [Docs][Toast Docs] | [2.1.0] | [MIT](LICENSE) | | ||
| | Rating | ✅ | [Docs][Rating Docs] | [2.1.0] | [MIT](LICENSE) | | ||
| | Slider | ✅ | [Docs][Slider Docs] | [2.0.0] | [MIT](LICENSE) | | ||
| | Splitter | ✅ | [Docs][Splitter Docs] | [7.1.0] | [MIT](LICENSE) | |
There was a problem hiding this comment.
The components table appears to be ordered by released version (descending). Adding Splitter (7.1.0) down in the 2.x section breaks that ordering and makes the list harder to scan. Consider moving this row near the top with the other 6.x/5.x entries.
| | Toast | ✅ | [Docs][Toast Docs] | [2.1.0] | [MIT](LICENSE) | | ||
| | Rating | ✅ | [Docs][Rating Docs] | [2.1.0] | [MIT](LICENSE) | | ||
| | Slider | ✅ | [Docs][Slider Docs] | [2.0.0] | [MIT](LICENSE) | | ||
| | Splitter | ✅ | [Docs][Splitter Docs] | [7.1.0] | [MIT](LICENSE) | |
There was a problem hiding this comment.
PR description still contains the placeholder Closes # without an issue/reference. If there isn't a related issue, consider removing that line; otherwise, link the correct issue/PR so the closure automation works as intended.
Removed duplicate entry for 'Splitter' component in the documentation.
Description
Type of Change
Related Issues
Closes #
Testing
Checklist