.active"),n=i&&r.support.transition&&(o.length&&o.hasClass("fade")||!!e.find("> .fade").length);function s(){o.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),t.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),n?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu").length&&t.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),i&&i()}o.length&&n?o.one("bsTransitionEnd",s).emulateTransitionEnd(a.TRANSITION_DURATION):s(),o.removeClass("in")};var t=r.fn.tab;r.fn.tab=e,r.fn.tab.Constructor=a,r.fn.tab.noConflict=function(){return r.fn.tab=t,this};var i=function(t){t.preventDefault(),e.call(r(this),"show")};r(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jQuery),function(l){"use strict";var h=function(t,e){this.options=l.extend({},h.DEFAULTS,e);var i=this.options.target===h.DEFAULTS.target?l(this.options.target):l(document).find(this.options.target);this.$target=i.on("scroll.bs.affix.data-api",l.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",l.proxy(this.checkPositionWithEventLoop,this)),this.$element=l(t),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};function i(o){return this.each(function(){var t=l(this),e=t.data("bs.affix"),i="object"==typeof o&&o;e||t.data("bs.affix",e=new h(this,i)),"string"==typeof o&&e[o]()})}h.VERSION="3.4.0",h.RESET="affix affix-top affix-bottom",h.DEFAULTS={offset:0,target:window},h.prototype.getState=function(t,e,i,o){var n=this.$target.scrollTop(),s=this.$element.offset(),a=this.$target.height();if(null!=i&&"top"==this.affixed)return n {
const [ scrollPosition, setScrollPosition ] = useState( 0 );
const [ showLeftArrow, setShowLeftArrow ] = useState( false );
const [ showRightArrow, setShowRightArrow ] = useState( false );
const containerRef = useRef( null );
useEffect( () => {
if ( ! containerRef.current ) {
return;
}
const { scrollWidth, clientWidth } = containerRef.current;
setShowLeftArrow( scrollPosition > 0 );
setShowRightArrow( scrollPosition < scrollWidth - clientWidth );
}, [ keywords, scrollPosition ] );
const handleOnClick = ( keyword ) => () => {
if ( typeof onClick === 'function' ) {
onClick( keyword );
}
};
const handleScroll = ( event ) => {
const { scrollLeft, scrollWidth, clientWidth } = event.target;
setScrollPosition( scrollLeft );
setShowLeftArrow( scrollLeft > 0 );
setShowRightArrow( scrollLeft < scrollWidth - clientWidth );
};
const scrollTo = ( element, position ) => {
if ( ! element ) {
return;
}
element.scrollTo( {
left: position,
behavior: 'smooth',
} );
};
const handleLeftArrowClick = () => {
scrollTo( containerRef.current, 0 );
};
const handleRightArrowClick = () => {
const container = containerRef.current;
scrollTo( container, container.scrollWidth );
};
return (
{ showLeftArrow && (
) }
{ keywords.map( ( keyword, index ) => (
{ keyword }
) ) }
{ showRightArrow && (
) }
);
};
export default SuggestedKeywords;
Mike Mitchell Auto Sales – AMS Hosting
mike Mitchell\’s Auto Sales & Salvage
(931) 433-3434
Welcome to Mike Mitchell\’s Auto Sales & Salvage
Salvage Yard in Fayetteville, Tennessee
Don\’t fool around with the little yards. Call Mike Mitchell\’s Auto Sales & Salvage.
(931) 433-3434
About Mike Mitchell\’s Auto Sales & Salvage
Used Auto Sales & Salvage Yard in Fayetteville, TN
If you need used auto parts at great prices, come to Mike Mitchell\’s Auto Sales & Salvage. You\’ll find engines, transmissions, auto glass, and more.
Services
Are you looking to get rid of that old car in your driveway? You\’re in luck, as Mike Mitchell\’s Auto Sales & Salvage offers cash for junk vehicles in and around Faytteville, TN.
Whether you\’re repairing your engine or replacing the whole thing, Mike Mitchell\’s AUto Sales & Salvage is the one to call first. We have a fantastic selection of used engines and parts.
Junk your car today regardless of the condition, we will buy your junk car and pay cash on the spot! The process is very simple and we pick it up with a licensed tow truck!
Contact
Get In Touch
mikemitchellm1@yahoo.com
(931) 433-3434
Address
154 Molino Road, Fayetteville, Tennessee 37334, United States