ProductiveRage / Bridge.React

Bindings for Bridge.NET for React - write React applications in C#!
MIT License
74 stars 14 forks source link

Missing inline styles with attributes #6

Closed Zaid-Ajaj closed 8 years ago

Zaid-Ajaj commented 8 years ago

According to Inline Styles there should be a property of Attributes class called style which is missing.

ProductiveRage commented 8 years ago

There was a property "Style" on the "ReactDomElementAttributes" which the "Attributes" class is derived from - but it was of type "dynamic" and so there were no property types to make declaring inline styles particularly easy.

Following the changes in PR #8 (which you created - thank you!), I think we can consider this issue resolved. I need to release an updated version of the package to NuGet (which I hope to do within the next few days), other than that there is no more work required here.