feat(item): add helper text, error text, counter, shape, and fill mode (#23354)

resolves #19619
This commit is contained in:
William Martin
2021-06-17 17:21:03 -04:00
committed by GitHub
parent dc48a9f1a2
commit faefe97da6
21 changed files with 1099 additions and 52 deletions

View File

@ -166,6 +166,19 @@ export default defineComponent({
| `--color` | Color of the note |
## Dependencies
### Used by
- [ion-item](../item)
### Graph
```mermaid
graph TD;
ion-item --> ion-note
style ion-note fill:#f9f,stroke:#333,stroke-width:4px
```
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*