list decoration none bootstrap code example
Example 1: list style none bootstrap
<ul>
<li className="list-unstyled">Facebook</li>
<li className="list-unstyled">Youtube</li>
<li className="list-unstyled">Instagram</li>
</ul>
Example 2: bootstrap ul no style
<ul class="list-unstyled">
<li>...</li>
</ul>