Skip to main content

2 posts tagged with "Layout 0.0.6"

Layout 0.0.6. Use this tag to filter all changes about Layout version 0.0.6.

View All Tags

๐Ÿ“• Layout

ยท One min read
Redon Alla
.NET, React, Angular Developer

๐Ÿ“• Documentationโ€‹

#b6a08f4 docs(layout): add detailed documentation for Block component properties

This commit introduces a comprehensive documentation block for the Block component, detailing its purpose, usage example, and all props available. This enhancement aims to improve code readability and facilitate developers' understanding of the component's functionality and customization options.

โœจ Layout 0.0.6

ยท One min read
Redon Alla
.NET, React, Angular Developer

โœจ Version 0.0.6โ€‹

#6f1abf1 feat(layout): enhance Block component with default flex and padding support

Updated the Block component to include a default flex value of 1 and added a new padding property. This change simplifies the use of the Block component by providing sensible defaults, reducing the need for explicit style definitions. Additionally, the module entry point was specified in package.json, which is now aligned with modern module resolution practices.