Skip to content

feat(CircularProgress): add new component#317

Open
daralehina wants to merge 1 commit into
masterfrom
feature/circular-progress
Open

feat(CircularProgress): add new component#317
daralehina wants to merge 1 commit into
masterfrom
feature/circular-progress

Conversation

@daralehina
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread packages/react/src/components/CircularProgress/index.ts
* Use indeterminate when there is no progress value.
* @default 'indeterminate'
*/
variant?: 'determinate' | 'indeterminate';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не знаю нужено ли это, раз уже есть спиннер аналогичный

Comment thread packages/react/src/components/CircularProgress/CircularProgress.tsx Outdated
Comment thread packages/react/src/components/CircularProgress/CircularProgress.tsx Outdated
Comment thread packages/react/src/components/CircularProgress/CircularProgress.tsx Outdated
Comment thread packages/react/src/components/CircularProgress/CircularProgress.tsx Outdated
@feerzlay feerzlay force-pushed the feature/circular-progress branch from 2cbb6da to 50e79c0 Compare November 29, 2024 08:47
},
},
color: {
options: ['primary', 'secondary', 'error', 'info', 'success', 'warning', 'inherit'],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Падает демка

Suggested change
options: ['primary', 'secondary', 'error', 'info', 'success', 'warning', 'inherit'],
options: ['primary', 'secondary', 'error', 'info', 'success', 'warning'],

parameters: {
references: ['CircularProgress'],
},
argTypes: {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В демке контрол size как объект отображается, надо бы number сделать

@feerzlay feerzlay removed this from the @esfront/react@0.11.12 milestone Feb 3, 2025
@feerzlay feerzlay force-pushed the master branch 2 times, most recently from 8fb8e68 to f12d8ab Compare March 13, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants