@aitmed/uidl-parser
v1.0.17
Published
Parser for the UIDL language
Downloads
33
Keywords
Readme
User Interface Data Layout (UIDL) Parser
Todos
- resolveBorder
- Create a transformer for the "border" style (look on slack)
Done
- Transform the positioning number values to represent percentages
- Implemented resolveAlign
- Fix the inconsistency output values between width/height from top level blocks
- Remove the "type' and "style" attrs being included into block components
- Narrowed down the returned block component props
- Implemented decimalToWhole
- Implemented hasLetter
- Implemented hasDecimal
- Implemented toPercentage
Unit tests
- resolvePositionAttrs
- resolveSizeAttrs
- resolveAlign
Concerns
- align: centerX and align: centerY needs some more computational testing