Price Matching
Easy Returns
Fast Shipping

OneUp Components

In stock

OneUp Components EDC V2

All your trailside tools, always on your bike and instantl..
C$94.99
Out of stock

OneUp Components V2 Dropper Cable/Nut Kit

This kit includes all the parts required to rebuild your dro..
C$20.00
In stock

OneUp Components EDC TOP CAP - BLACK

The EDC Cap Kit includes the worlds lightest headset top cap..
C$37.50
In stock

OneUp Components EDC Pump, 70cc - Black

The EDC Pump offers a unique storage solution integrated int..
C$79.50
In stock

OneUp Components SWITCH - CARRIER (All Standards) - RF CINCH - Regular

Switch was developed to reduce the cost of replacement chain..
C$31.00
Out of stock

OneUp Components EDC Threadless Carrier - Blue

A Threadless, no tap install option that lets you store the..
C$52.00
In stock

OneUp Components SWITCH - CARRIER (All Standards) - RF CINCH - Boost 148

Switch was developed to reduce the cost of replacement chain..
C$31.00
In stock

OneUp Components EDC Gear straps

A stretch polyurethane strap with tail clip for neat and sec..
C$20.00

OneUp Components is a small team of passionate mountain bikers based in Squamish, B.C. Canada. We make products that we want on our bikes. We're dedicated to bringing genuine value to avid mountain bikers.

OneUp was founded by Chris, Jon and Sam three former Race Face engineers. Together they have over 41 years of bike industry experience and have developed some of mountain biking's most recognizable and award-winning products.

We quit our good, stable jobs to chase a dream. To build our own mtb company, to break out of the 9-5, kill the commute, move into the mountains and live at the trailhead. Somehow we did it!

Ultimately, we believe everybody should work less and ride more. We may not be there yet, but we’ll make it happen.

Read more
Read less
// Get the modal var modal = document.getElementById("myModal"); // Get the button that opens the modal var btn = document.getElementById("myBtn"); // Get the element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks on the button, open the modal btn.onclick = function() { modal.style.display = "block"; } // When the user clicks on (x), close the modal span.onclick = function() { modal.style.display = "none"; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } }