Open
Conversation
… styles (#6276) * feat: add ToggleButton component with demos and update documentation * refactor(toggle-button): replace Iconify icons with Gravity UI icons in demo components
|
commit: |
* feat(toggle-button-group): introduce ToggleButtonGroup component with documentation and demos * refactor(select, toggle-button-group): update Key import to use @heroui/react and enhance type safety in state management * refactor(toggle-button-group): rename isAttached to isDetached and update related documentation and styles * feat(toggle-button-group): add ToggleButtonGroup.Separator component and update documentation and demos * refactor(toggle-button-group): replace data attributes with modifier classes for detached mode and update related styles and documentation
#6282) * feat(button-group): introduce ButtonGroup.Separator for improved button spacing and styling - Added ButtonGroup.Separator component to enhance visual separation between buttons. - Updated documentation and demos to reflect the new separator usage in ButtonGroup. - Refactored existing button group examples to utilize the separator for consistent styling. - Enhanced CSS styles for the separator to ensure proper display and responsiveness. * docs(button-group): update icon in ButtonGroup documentation for clarity
#6286) * feat(progress): add ProgressBar and ProgressCircle components with documentation and demos - Introduced ProgressBar and ProgressCircle components to provide visual feedback for operations. - Updated components registry and documentation to include new progress components. - Enhanced demos for both components to showcase various use cases and configurations. - Updated styles and CSS imports to accommodate the new components. * refactor(progress-bar): update layout and input components for improved usability - Adjusted the layout of the ProgressBar demo for better responsiveness and alignment. - Replaced Slider with NumberField for value input, enhancing user interaction. - Updated styles for the Separator component to ensure proper visibility in different orientations. * refactor(progress-circle): remove Output component and update related styles * feat(progress-circle): enhance ProgressCircle component with new TrackCircle and FillCircle subcomponents - Updated ProgressCircle to include TrackCircle and FillCircle for improved SVG structure. - Modified documentation and demos to showcase the new subcomponents and their usage. - Enhanced styling and functionality across various demos to reflect the new component architecture.
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.
Closes #
📝 Description
⛳️ Current behavior (updates)
🚀 New behavior
💣 Is this a breaking change (Yes/No):
📝 Additional Information