INPUT
This component is generally used to take inputs from the user. You can change the type attribute in the input tag to take different types of input namely text, number, email, password, etc. from the user.
To use these input elements in your project import the below stylesheet.

@import url("https://oxygen-ui-component-library.netlify.app/components/input/input.css")