You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could the elements from the documentation website be added to the library? The sidebar for example would be really useful. Same with the sticky navbar.
The playground component with the expandable code editor looks like an extension of <Fieldset>, just with a copy button and collapsible footer. Perhaps that functionality could be rolled into it with a collapse prop?
Add borderless prop to <Button> to enable recreating the copy button from the playground.
Could <Textarea> please get a code prop to style the text like in <Code> or <Snippet>? I've been doing this with CSS classes, but a simple prop would be really convenient.
These functions are a kind of customization, not the smallest unit that can be abstracted in the layout, and we don't want to add these elements to the component library for now.
Thank you for the kind words, sorry this feature is not available.
Feature request 🚀
Expected
<Fieldset>
, just with a copy button and collapsible footer. Perhaps that functionality could be rolled into it with acollapse
prop?borderless
prop to<Button>
to enable recreating the copy button from the playground.<Textarea>
please get acode
prop to style the text like in<Code>
or<Snippet>
? I've been doing this with CSS classes, but a simple prop would be really convenient.Examples
Thanks and much ❤️, geist-ui is the best
The text was updated successfully, but these errors were encountered: