Draft
Conversation
Collaborator
corbanbrook
commented
Mar 10, 2026
- Migrates from radix-ui to base-ui
- No longer exports string helpers capitalize, pluralize, kebabize (these are out of scope of the design-system)
- Removes dependency on react-hooks-form and removes all controlled react hook form components, like Form, ControlledInput, ControlledSelect, etc. (these are out of scope of the design-system, and it should not dictate which form library you use.)
…these are out of scope of the design-system
…ents. this is out of scope of the design-system to impose a preference on form library
…using utility classes
…s now Collapsible.Helper
* Add Card compound components matching shadcn API Adds CardHeader, CardTitle, CardDescription, CardAction, CardContent, and CardFooter sub-components. Updates stories and exports. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix ThemeProvider stories to use Collapsible.Helper Collapsible no longer accepts a label prop directly — use Collapsible.Helper instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add data-slot attributes to Card compound components Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* Adding Pagination primitive components * Adding Pagination stories * Enhancing Pagination component with new stories and improved functionality - Added multiple pagination stories to showcase various use cases, including default, simple, icons-only, and custom navigation labels. - Implemented helper functions for creating page and navigation link properties. --------- Co-authored-by: Mithat Akbulut <marmarisco860@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.