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

Removed the limitation of 4 tabs & Resizing the Navbar. #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

abdulwahid24
Copy link

@abdulwahid24 abdulwahid24 commented Sep 10, 2019

Hi,

Based on reported issues related to 4 tabs limitations. I have removed the 4 tabs limitations so that people can create as many as tabs they want.

The only concern was the size of the bottom navbar, So I have resolved that part by making the size flexible by adding the below-mentioned parameters.

      this.circleSize = 60,
      this.arcHeight = 70,
      this.arcWidth = 90,
      this.circleOutline = 10,
      this.shadowAllowance = 20,
      this.barHeight = 60,

Now, The default size will be there and user can adjust the size as well.

I hope this will be useful and resolved many reported issues.
@tunitowen Please review the PR and let me know in case of any questions.

Thanks,
Abdulwahid Barguzar

@abdulwahid24 abdulwahid24 changed the title Removed the limitation of 4 tabs Removed the limitation of 4 tabs & Resizing the Navbar. Sep 10, 2019
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.

None yet

1 participant