# flex-box **Repository Path**: mirrors_zenorocha/flex-box ## Basic Information - **Project Name**: flex-box - **Description**: A Custom Element to aid usage of flexbox - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # <flex-box> A Custom Element to make the basics of flexbox easier to use ## Usage ```html
``` ## Attributes ### `axis` Controls direction of layout. `axis="x"` for horizontal layout, `axis="y"` for vertical layout (default) ### `fill` The `` element will size itself to `width: 100%` and `height: 100%`. Useful for top-level layout. ### `flex` Place this attribute on direct children to make them flex to take up available excess width.