myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

Table or Grid component #68

Closed PitterL closed 5 years ago

PitterL commented 5 years ago

Hi, Myxvisual:

May i understand how to achieve the table components in react-uwp? I saw in your official document, there is a lot of table elements

in web page, but not found the introduction. If that, is the 'span' attribute is supported ?

BTW, is there any official QQ or Wechat Group for React-UWP? Thanks

myxvisual commented 5 years ago

@PitterL Hi, these table elements is genreated by MarkdownRender.

PitterL commented 5 years ago

Hi, Myxvisual: Is more details to describe the MarkdownRender? My purpose is to achieve the components(Input/Button/...) into the grid cell.

Thanks