Skip to content

first commit#3

Open
ymanbek wants to merge 3 commits intodevelopmentfrom
feature/ui-buttons
Open

first commit#3
ymanbek wants to merge 3 commits intodevelopmentfrom
feature/ui-buttons

Conversation

@ymanbek
Copy link
Collaborator

@ymanbek ymanbek commented Mar 22, 2026

No description provided.

@Rabiya46
Copy link
Collaborator

Снимок экрана 2026-03-23 в 16 39 48

окшошпойт ко?

@@ -0,0 +1,29 @@
import React from 'react'
Copy link
Collaborator

Choose a reason for hiding this comment

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

delete

import React from 'react'
import Button from '@mui/material/Button'

export const UiButton = ({
Copy link
Collaborator

Choose a reason for hiding this comment

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

rename iButton to Button


export const UiButton = ({
variant = 'contained',
color = 'primary',
Copy link
Collaborator

Choose a reason for hiding this comment

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

delete

export const UiButton = ({
variant = 'contained',
color = 'primary',
size = 'medium',
Copy link
Collaborator

Choose a reason for hiding this comment

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

delete

fullWidth = false,
onClick,
children,
sx = {},
Copy link
Collaborator

Choose a reason for hiding this comment

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

delete

onClick,
children,
sx = {},
...props
Copy link
Collaborator

Choose a reason for hiding this comment

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

rename {...rest}

sx = {},
...props
}) => {
return (
Copy link
Collaborator

Choose a reason for hiding this comment

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

delete return

@Rabiya46
Copy link
Collaborator

Снимок экрана 2026-03-24 в 12 15 30

text-transform: none;

@Rabiya46
Copy link
Collaborator

нету второго варианта
Снимок экрана 2026-03-24 в 12 18 18

@Rabiya46
Copy link
Collaborator

и поменяй название ветки на feature/button

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