𝗧𝗵𝗶𝘀 𝗜𝘀 𝗔 𝗚𝗼𝗼𝗱 𝗘𝗫𝗮𝗺𝗽𝗹𝗲 You can use native HTML elements to simplify your projects. Here are 8 elements you can use instead of installing a library:

  • for modals
  • and for accordions
  • The popover attribute for panels
  • for sliders
  • for color pickers
  • for date pickers
  • loading="lazy" for lazy loading

These elements can help you ship less code and reduce maintenance. They also provide accessibility features for free. You can use these elements to create common UI components without installing a library. For example, you can use

to create a modal window with a focus trap and a styleable backdrop. Source: https://dev.to/dimonb19a/8-native-html-elements-you-dont-need-a-library-for-29b4