mui / base-ui

Base UI is an open-source library of accessible, unstyled UI components for React.
https://mui.com/base-ui/
MIT License
259 stars 44 forks source link

[docs] API table issues #696

Open mnajdova opened 3 weeks ago

mnajdova commented 3 weeks ago

Steps to reproduce

Link to live example: https://deploy-preview-541--base-ui.netlify.app/components/react-select/

Current behavior

  1. For the properties that are enum or union, there is no information on the available values, e.g.:
alignMethod | enum | 'item' | Determines if the select should align to the selected item inside the popup or the trigger element.
  1. There is overlap in the UI for the properties with longer names:
Screenshot 2024-10-01 at 11 41 13

Expected behavior

No response

Context

No response

Your environment

npx @mui/envinfo ``` Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here. ```

Search keywords: docs, API table

michaldudak commented 3 weeks ago

These are two separate issues. I can take a look at 1. and @vladmoroz should consider 2. when redesigning the docs.

vladmoroz commented 3 weeks ago

Yep this is on my radar