This is a screen shot from my website
I want to add a search Glyphicon to that search bar how do I using bootstrap 5.
CodePudding user response:
add bootstrap.icons.css file to html page
cdn address : https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css
document : https://icons.getbootstrap.com/
using this code :
<div >
<button type="button"><i ></i></button>
<input type="text" placeholder="Enter A Product ...">
</div>