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

Common Issues and feature requests for the upcoming V2.0.1 #12

Open
madhavdutta opened this issue May 14, 2024 · 0 comments
Open

Common Issues and feature requests for the upcoming V2.0.1 #12

madhavdutta opened this issue May 14, 2024 · 0 comments
Labels
good first issue Good for newcomers v2.0.0
Milestone

Comments

@madhavdutta
Copy link
Owner

madhavdutta commented May 14, 2024

Issues

#1 : When integrating few components into a Next.js project, some components are throwing errors and requiring the addition of two extra props that I never previously passed: onPointerEnterCapture={undefined} and onPointerLeaveCapture={undefined}.

<Separator variant='dotted' placeholder={undefined} onPointerEnterCapture={undefined} onPointerLeaveCapture={undefined} />

The issue I'm encountering is related to the differences in how Vite and Next.js handle certain props and attributes in React components need to fix this.

#2 :

Features to be added

#1 : Can not pass a default font in the provider or cant change the theme dynamically.
#2 : Need to pass style in all components for the developers who are not using tailwind.
#3 : Need to add width, height, padding, margin, and radius in all components.
#4 : Need to pass defaultTheme prop in the XBeshProvider to make the whole library theme more dynamic.
#5 : Need to make a common settings interface to be extended in the all components.

@madhavdutta madhavdutta added this to the v2.0.1 milestone May 14, 2024
@madhavdutta madhavdutta added the good first issue Good for newcomers label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers v2.0.0
Projects
None yet
Development

No branches or pull requests

1 participant