Posts
Chat
Members
Info
Can the table component access nested objects in the data array?
My data is formatted similar to this I'm not able to access the value of someOtherObj in the table if I set the Column prop="someOtherObj.someProp". It says someOtherObj is undefined.
0
Is there an Entity component (or equivalent?)
I'm looking for a component like this: https://vercel.com/design/entity I couldn't find one on the Geist docs. Is there one with a different name?
0
Change a color pallete from both themes light and black
How can change the pallete.selection when use two themes? in app i use: const theme = useTheme() …
1
Minimize build
Hi, i'm using Geist-UI with Next.js. If i add the ThemeProvider (no _document css flush ) in _app, automatically the build increase 60kb. How can i decrease the output build size file? Thanks.
3
Extending Component Props types
I'm using Typescript and I would like to extend components props is there a way to get the props types? This is an example of what I want to achieve:
0
actions ins Table component
are there any other actions available besides remove? e.g. select, selectAll, deselct etc.. like the vercel domains table?
0
Links and Buttons in Popover.Item don't close Popover...
Normal operation with a dropdown menu kind of thing is, when you select an item, the menu closes. I'd like to do this without manually controlling the visible state of the popover. Is this possible? Something with event bubbling maybe?
0
Format Slider value
can I format the slider value (what the user sees) without affecting the actual value (what the input gets)?
0