import { Input } from 'relay-upstarts-design-library';
search-with-icon
<Searchbar size="md" inputId="form-field-identifier" placeholder="Placeholder">
<Icon slot="right" name="eye-slash-outline" />
</Searchbar>
import { Input } from 'relay-upstarts-design-library';
search-with-icon
<Searchbar size="md" inputId="form-field-identifier" placeholder="Placeholder">
<Icon slot="right" name="eye-slash-outline" />
</Searchbar>