@quartz-community/spacer
v0.1.0
Published
A flexible spacer component for Quartz layouts.
Readme
@quartz-community/spacer
A component plugin that renders a flexible spacer element that pushes adjacent components apart within a layout group. It uses CSS flex: 2 1 auto to fill available space, making it useful for spacing out items in toolbars or sidebars (for example, separating the search bar from the darkmode toggle in the left sidebar toolbar).
Installation
npx quartz plugin add github:quartz-community/spacerUsage
plugins:
- source: github:quartz-community/spacer
enabled: true
layout:
position: left
priority: 15
display: allConfiguration
This plugin has no configuration options.
Documentation
See the Quartz documentation for more information.
License
MIT
