{'Description'}
component asChild({ propsFn }) {
}
{'Press Cmd + Enter to save'}
}
```
### Field
The `Field` component helps manage form-related state and accessibility attributes of an editable. It includes handling
ARIA labels, helper text, and error text to ensure proper accessibility.
**Example: with-field**
```ripple
import { Editable } from 'ark-ripple/editable';
import { Field } from 'ark-ripple/field';
import field from 'styles/field.module.css';
import styles from 'styles/editable.module.css';
export component WithField() {