concept-image / wp-social-nav
A package for adding a social navigation component with Roots - Acorn
1.0.10
2025-02-03 15:05 UTC
Requires
- php: >=8.1
- roots/acorn: >=4.3
README
WP Social Nav is a Composer package that provides a navigation component for socials for WordPress Bedrock/Sage applications.
Installation
You can install the package via Composer:
composer require concept-image/wp-social-nav
Publish Command
After installing the package, you need to publish the view files and styles.
Run the following command:
wp acorn vendor:publish --tag="wp-social-nav"
Usage
After publishing the files you can personalize them as you wish.
To call the component you juste need top insert this code in your view :
<x-social-nav />
Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss what you would like to change.
License
This package is open-sourced software licensed under the MIT license. Please see License File for more information.