Topic: Accessing Gitlab (React) + Button fix
Fylm TV priority asked 3 months ago
Shouldnt we be able to access the repositories in GitLab? Is there a place where react components are written in just javascript (like the free components), or are all Pro components written in Typescript?
Also, our buttons switch sizes when clicked. Is there a solution to stop that from happening?
Mateusz Lazaru staff answered 3 months ago
Don't you have have acces ti this GitLab Repo? There is components' source code in app/src/.
Could you send a code snippet to reproduce button's bug?
Fylm TV priority commented 3 months ago
Yes, I do have access to gitlab but that does not answer the question about all the gitlab components being in typescript. Is there a repo that has premium components written without using typscript.
Every MDBBtn we use has this issue but here is one example: (I am aware that I am missing the open tags for MDB components. It would not post correctly in here with the open tags. My actual code has the tags opened and closed correctly.)
MDBRow> MDBBtn onClick={() => setPage("account")} color="tertiary" style={{backgroundColor:"#654265", color:"white", boxShadow:"none"}}>Account/MDBBtn> /MDBRow>
Fylm TV priority commented 2 months ago
Just looking for a response here. Any update?
Mateusz Lazaru staff commented 2 months ago
There is no repo of premium components source code without typescript. The button from your code has 100% width and the width does not change on click. Maybe there is something else causing error?
Fylm TV priority commented 2 months ago
How can you tell that the button has a width of 100?
Mateusz Lazaru staff commented 1 month ago
Because I've created a demo and checked it. The style comes from the parent row element.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 8.0.0
- Device: HP Laptop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No