Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make more MUI classes available for Buttons #588

Open
AAstridVH opened this issue Dec 11, 2023 · 17 comments
Open

Make more MUI classes available for Buttons #588

AAstridVH opened this issue Dec 11, 2023 · 17 comments
Assignees
Labels
good first issue New-contributor friendly 🖰 GUI Related to GUI hacktoberfest - 100💎 Issues rewarded by 100 points hacktoberfest hacktoberfest issues 📈 Improvement Improvement of a feature. 🟩 Priority: Low Low priority and doesn't need to be rushed ⚔️ Quest Tracks quest-bot quests

Comments

@AAstridVH
Copy link

Make the MUI classes "Small", "Medium" and "Large" available for buttons.

https://mui.com/material-ui/react-button/

image

@FlorianJacta FlorianJacta added 📈 Improvement Improvement of a feature. 🖰 GUI Related to GUI 🟩 Priority: Low Low priority and doesn't need to be rushed labels Dec 11, 2023
@FlorianJacta
Copy link
Member

This issue comes from a user on Discord. It is quite hard to change the size of a button if you don't know CSS.

main.py:

from taipy import Gui 

buttons = """
<|Small|button|class_name=smallButton|>
<|Big|button|class_name=bigButton|>"
"""

Gui(buttons).run()

main.css:

.smallButton{
    min-height: unset;
    line-height: 1.2rem;
    padding: 0;
    font-size: 1rem;
    text-transform: initial;
}

.bigButton{
    min-height: unset;
    line-height: 3.6rem;
    padding: 0;
    font-size: 3rem;
    text-transform: initial;
}

image

Environment

Taipy 3.0.0

@jrobinAV jrobinAV added hacktoberfest hacktoberfest issues hacktoberfest - 100💎 Issues rewarded by 100 points good first issue New-contributor friendly labels Sep 27, 2024
@Dljdd
Copy link

Dljdd commented Oct 1, 2024

Hi, I can help with the implementation of this

@jrobinAV
Copy link
Member

jrobinAV commented Oct 1, 2024

@Dljdd Thank you for your help.

Copy link

quest-bot bot commented Oct 7, 2024

New Quest! image New Quest!

A new Quest has been launched in @Avaiga’s repo.
Merge a PR that solves this issue to loot the Quest and earn your reward.


Some loot has been stashed in this issue to reward the solver!

🗡 Comment @quest-bot embark to check-in for this Quest and start solving the issue. Other solvers will be notified!

⚔️ When you submit a PR, comment @quest-bot loot #588 to link your PR to this Quest.

Questions? Check out the docs.

@quest-bot quest-bot bot added the ⚔️ Quest Tracks quest-bot quests label Oct 7, 2024
@ArjunCodess
Copy link

@quest-bot embark

Copy link

quest-bot bot commented Oct 9, 2024

@ArjunCodess has embarked on their Quest. 🗡

  • @ArjunCodess has been on GitHub since 2023.
  • They have merged 3 public PRs in that time.
  • Their swords are blessed with CSS and JavaScript magic ✨
  • They haven't contributed to this repo before.

This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR.

Questions? Check out the docs.

@Dljdd
Copy link

Dljdd commented Oct 9, 2024

@quest-bot embark

Copy link

quest-bot bot commented Oct 9, 2024

@Dljdd has embarked on their Quest. 🗡

  • @Dljdd has been on GitHub since 2020.
  • They have merged 6 public PRs in that time.
  • Their swords are blessed with Python and Jupyter Notebook magic ✨
  • They haven't contributed to this repo before.

This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR.

Questions? Check out the docs.

@Rishi-0007
Copy link
Contributor

Hi @jrobinAV , could you please assign this to me?

@FlorianJacta
Copy link
Member

FlorianJacta commented Oct 11, 2024

You are now assigned @Rishi-0007

@Rishi-0007 Rishi-0007 removed their assignment Oct 16, 2024
@Ryadav0654
Copy link

Hi @FlorianJacta ,
I would like to work on this issue. Could you please assign it to me?
Thank you!

@FlorianJacta
Copy link
Member

Assigned!

@Shayan12456
Copy link

i am working on it!

@VivekKrYadav2078
Copy link

VivekKrYadav2078 commented Oct 24, 2024

I would like to work on it, and I think I can solve it .Can you please assign this issue to me?
And as a first time contributor to this ,I need some help and guidance.

@FlorianJacta
Copy link
Member

You are assigned @VivekKrYadav2078

@JeevaRamanathan
Copy link
Contributor

Hi @FlorianJacta, I would like to work on this issue

Copy link

quest-bot bot commented Oct 30, 2024

🧚 @JeevaRamanathan has submitted PR #2159 and is claiming the loot.

Keep up the pace, or you'll be left in the shadows.

cc @ArjunCodess
@Dljdd

Questions? Check out the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue New-contributor friendly 🖰 GUI Related to GUI hacktoberfest - 100💎 Issues rewarded by 100 points hacktoberfest hacktoberfest issues 📈 Improvement Improvement of a feature. 🟩 Priority: Low Low priority and doesn't need to be rushed ⚔️ Quest Tracks quest-bot quests
Projects
None yet
Development

No branches or pull requests

10 participants