Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add text alignment functionality to the TextAlignment component #561

Merged
merged 4 commits into from
Nov 20, 2024

Conversation

Franlop7
Copy link
Contributor

  • Implements buttons to align text to the left, center, and right.
  • Integrates custom SVG icons to visually represent each alignment option.
  • Adds dynamic classes to highlight the active button based on the selected alignment.
  • Enhances modularity with encapsulated styles using CSS Modules.
  • Allows alignment state management through props and callbacks.

This functionality improves the user experience by providing intuitive controls for text alignment.

Closes #529

@brauliodiez brauliodiez merged commit 794a7db into dev Nov 20, 2024
2 checks passed
@brauliodiez brauliodiez deleted the feature/#529-justify-text-elements branch November 20, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text Elements allow justify them: left center right
2 participants