Skip to content

🖍️ Crayon

Choose a tag to compare

@mychidarko mychidarko released this 26 Mar 22:32
· 1 commit to master since this release

v0.1.0 - 26 Mar 2021

Added

  • Added global shortcut methods for HTML elements. Just p() instead of UI::p()
  • Added support for more HTML tags
  • CSS can now be defined as arrays
  • Added element library

Changed

  • Switched from snake to camelCase
  • Methods now use props["children"] under the hood (just like react)
  • Custom elements start with Uppercase just like JSX and Flutter widgets
  • Seperated elements from main UI object

Removed

  • Removed wynter css integration