Skip to content
Discussion options

You must be logged in to vote

this is a really solid direction btw 👀 nice to see focus on system, not just components

Design Tokens & Theming

imo don’t hardcode blur/glass values inside components, it’ll get limiting fast. better to expose via tokens/theme so it can adapt per project.

for FOUC in next:

  • set theme on <html> early (like next-themes does)
  • avoid client-only theme switches on first render

Logic vs Style

leaning more toward headless internally (radix/aria) + your styling layer on top.

also feels like:

  • base components = flexibility
  • pre-styled = faster adoption

so having both might be the sweet spot tbh

Asset & Dependency Management

zero-dep core would be great if possible

for icons/fonts:

  • lazy load if yo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Pratik-UI-UX
Comment options

@lokeshwardewangan
Comment options

Answer selected by Pratik-UI-UX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers invalid This doesn't seem right question Further information is requested
3 participants