sharkdp / purescript-flare

A special-purpose UI library for Purescript
287 stars 17 forks source link

Allow to specify id of generated controls #23

Closed jmatsushita closed 7 years ago

jmatsushita commented 7 years ago

Hi there,

Trying to workaround #22 I'm looking at trying to create a layer of mirrored controls that I'll layer in the output to have more possibilities for layout. However, right now I have to select controls using their generated numerical html ids such as flare-component-2.

It would be great if it was possible to control the html id of flare components!

Cheers,

Jun

sharkdp commented 7 years ago

:+1: if there is a way to add this without having to replicate every single UI-element function...

sharkdp commented 7 years ago

Closing this for now.