Frontmatter
| id | 5114 |
| title | Add isLoading_ config to Component Base & add Spinner to Button when isLoading |
| state | Closed |
| labels | enhancement |
| assignees | ExtAnimal |
| createdAt | Nov 29, 2023, 5:39 PM |
| updatedAt | Nov 30, 2023, 5:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5114 |
| author | mxmrtns |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 30, 2023, 5:53 PM |
Context: We need to have this config, so that we can show the Loading State for a Button when something is loading. (see Example below)
Other examples that can benefit from this are e.g. tables or lists (out of scope for this ticket)