### Summary

Use `<InputLabel />` to render a native HTML `<label />`.

### Example

```tsx
import { InputLabel } from '@zopauk/react-components';

<InputLabel htmlFor="username">Username</InputLabel>;
```
