leva icon indicating copy to clipboard operation
leva copied to clipboard

Additional Core Inputs (INDEX) Discussion

Open DennisSmolek opened this issue 3 years ago • 3 comments

There are many good proposals, feedback, and ideas related to new input types and/or how to add your own.

I wanted to create this issue as a central organizer for all/any of the existing conversations I can find and put them in a single space as many of them have similar motivations and a more unified requirement can surface..

I'll update this top section as I go.

Seems Easy

  • [ ] Textarea #105 #255

Seems HARD (maybe better as a plugin?)

  • [ ] Color Pallets #3

DennisSmolek avatar Feb 06 '22 17:02 DennisSmolek

Textarea is here https://leva.pmnd.rs/?path=/story/inputs-string--default-rows

useControls({
  string: { value: 'long text', rows: true })
})

// custom number of rows
useControls({
  string: { value: 'long text', rows: 10 })
})

dbismut avatar Feb 07 '22 06:02 dbismut

Textarea is here https://leva.pmnd.rs/?path=/story/inputs-string--default-rows

🤦‍♂️

I often forget how complete the Storybook is in comparison to some open issues/discussions. I'd still like to keep this open and make similar holders/indexes/whatever its called, 😅

I'd like to suggest starting to close some of the older issues or extract the good bits to up-to-date indexes and when availability, workload, motivation, etc changes for folks it can stand as a starting point vs sifting through things...

DennisSmolek avatar Feb 07 '22 09:02 DennisSmolek

Haha I added it this morning 😂 Should have mentioned it was new ;)

dbismut avatar Feb 07 '22 09:02 dbismut