Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 


Ten 3/4" Metal Corners Nickel

Make your sewing projects stand out with these metal corners by Sallie Tomato! Add these pieces of hardware to bag corners, on the edges of bag flaps, wallets, coasters, and more! 

Simply secure onto a corner, add a bead of glue and pinch to secure this hardware in place.

Includes 10 metal corners!

Size: Each side measures 3/4".

  • Size: 3/4"

/*Calendar different color events javascript*/ window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));