Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 998 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 998 Bytes

RoactFlexbox

A flexbox implementation for Roact.
 

Installation

TODO: This

Usage

TODO: Link to docs + give a short example

TODO

  • Get a POC flexbox implementation off the ground
  • Set up the repo with Rojo (was previously built into another project)
  • Support reverse (FlexDirection, FlexWrap)
  • Support self-align
  • Support self-start, self-end
  • Update pixel math to fill to actual outer edge
  • Create documentation (github.io)
  • Pretty up the README (cool GitHub button things, short gif of the plugin in action, code example)
  • Unit tests (TextEz?)
  • Typechecking
  • Expect unit tests with typechecking
  • Support MaxSize and MinSize properties
  • Clean up TODO list to only include features, not my own notes
  • Investigate integration with Roblox LSP
  • Create as a model on Roblox
  • Post to DevForum