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

Added a new spacer component to the navigation package, allowing for the insertion of a spacer element in the navigation. #13

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

thejmitchener
Copy link
Member

@thejmitchener thejmitchener commented Jun 24, 2024

Introduces a new spacer component to the navigation package, enabling the insertion of a spacer element within the navigation. By adding this spacer component, users can now easily include a spacer element in their navigation layout to achieve better spacing and alignment.

The changes include:

  • Addition of the spacer view publishing option in the README.md file.
  • Creation of the spacer.blade.php file defining the spacer component's HTML structure.
  • Inclusion of the Spacer class in NavigationServiceProvider.php to handle the rendering of the spacer component.
  • Implementation of the Spacer class in Spacer.php to define the component's behavior.

With this new spacer component, users can enhance the visual appearance and layout of their navigation elements, contributing to a more flexible and customizable navigation experience within the project.

@thejmitchener thejmitchener merged commit e30e9cf into main Jun 24, 2024
6 checks passed
@thejmitchener thejmitchener deleted the add-spacer branch June 24, 2024 17:47
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.

1 participant