mui / base-ui

Base UI is an open-source library of accessible, unstyled UI components for React.
MIT License
291 stars 47 forks source link

[docs] Add a basic header #865

Closed vladmoroz closed 3 days ago

vladmoroz commented 3 days ago

No logo yet, will add that when we have a few more pages (we'll be comparing a couple logo options / asking around)

https://deploy-preview-865--base-ui.netlify.app/new/components/dialog

mui-bot commented 3 days ago

Netlify deploy preview

https://deploy-preview-865--base-ui.netlify.app/

Generated by :no_entry_sign: dangerJS against 072d6738ad84fba9b52c8219b24ac0f90c303c72

colmtuite commented 3 days ago

@vladmoroz

imo links should just have default behaviour rather than opening in new tab. If you want to open in a new tab you can use cmd or right-click menu.

Bug: click the "Base UI" homepage link, press back, header is fucked.

vladmoroz commented 3 days ago

Bug: click the "Base UI" homepage link, press back, header is fucked.

This looks like a Next.js app router bug related to how CSS is loaded, not us. It will go away when we move things from /new to root, let's just ignore it for now.

imo links should just have default behaviour rather than opening in new tab. If you want to open in a new tab you can use cmd or right-click menu.

OK, updated