John Cowen 9e715842d9
ui: Improves UI engineering docs (#9875)
Also fixes some typos in with-overlay
2021-03-17 15:58:17 +00:00

22 lines
328 B
Plaintext

---
class: ember
---
# AuthForm
```hbs preview-template
<AuthForm as |api|></AuthForm>
```
### Methods/Actions/api
| Method/Action | Description |
| --- | --- |
| `reset` | Reset the form back to its original empty/non-error state |
### See
- [Component Source Code](./index.js)
- [Template Source Code](./index.hbs)
---