metergroup: стилизация, сторисы#21
Merged
Merged
Conversation
AxyIX
reviewed
Apr 10, 2026
| `, | ||
| }) | ||
| export class MeterGroupHorizontalComponent { | ||
| value: MeterItem[] = [ |
Collaborator
There was a problem hiding this comment.
здесь также value дублируется из компонента в компонент
Contributor
Author
AxyIX
reviewed
Apr 10, 2026
| component: `Визуализирует несколько числовых значений в виде единой полосы прогресса с подписями. | ||
|
|
||
| \`\`\`typescript | ||
| import { MeterGroup } from 'primeng/metergroup'; |
Collaborator
There was a problem hiding this comment.
тут стори с импортом модуля primeng
её не должно быть
Contributor
Author
AxyIX
reviewed
Apr 10, 2026
| source: { | ||
| language: 'ts', | ||
| code: ` | ||
| <metergroup [value]="value" orientation="horizontal"></metergroup>`, |
Collaborator
There was a problem hiding this comment.
в сорсах хорошо бы также показать и пропсы
что за value например
Contributor
Author
AxyIX
reviewed
Apr 14, 2026
| decorators: [ | ||
| moduleMetadata({ | ||
| imports: [ | ||
| MeterGroupComponent, |
Collaborator
There was a problem hiding this comment.
не знаю как проглядел, но тут также компоненты в стори не используются. фактически компоненты наверное даже удалить можно. ну либо сделать как ты в других компонентах сделал.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.