skip to Main Content

I have project with html + js files
I want to style elements like autocomplete, spinner etc.
I don’t want to install any library/framework
Which framework can I use only by link un the html tab?
I need the most similar to Miu for the components that was mentioned above.

enter image description here

2

Answers


  1. if you don’t want install css framework , you can use Bootstrap.
    you can add bootstrap link , like Css File . or add this .

    <i class="flag flag-united-states"></I>
    

    and if you need more Inforation , look at this website , and you will find the Information

    https://mdbootstrap.com/docs/standard/content-styles/flags/

    and if you want more information or help , write Agein
    and this is the bootstrap link

    https://getbootstrap.com

    Login or Signup to reply.
  2. I have this small project and you can see him and take any code you need .
    this is the project link in GitHub .

    https://github.com/Al-Amer/CountryCodeAndFlag-main/blob/main/README.md

    and in README file you will see hoe look the scroll

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search