fusepilot / parcel-plugin-cep-starter

Starter template for parcel-cep-plugin, a zero configuration CEP extension builder for Parcel.
MIT License
13 stars 10 forks source link

Integrate Adobe Spectrum CSS #5

Open fusepilot opened 5 years ago

fusepilot commented 5 years ago

http://opensource.adobe.com/spectrum-css/2.5.1/docs/

Directly or create separate React library wrapper around it.

timhaywood commented 3 years ago

Spectrum has a React implementation here: https://github.com/adobe/react-spectrum

timhaywood commented 3 years ago

Unfortunately react-spectrum's onPress event handlers don't run in CEP panels, as the event properties appear to be null - so holding off on merging this in for now.

Apart from that the component library works great.

egdenis commented 1 year ago

Is there anyway around this? I haven't been able to get clicks working for react-spectrum in CEP...