Boxer UI <b-x/>
Provides the <b-x/>
web component which can be styled using a simplified varaint of CSS that does what you tell it to. Every time.
Note, this component is in early alpha, and will change a lot over the next few weeks. See below for a list of known bugs.
There are 12 main style props (width
, height
, background
, cornerRadius
, outline
, shadow
, padding
, align
, axis
, overflow
, spacing
, and text
), as well as a few auxillary props (like minWidth
and maxHeigth
). These props are highly customizable, and should be able to describe any UI element. See styling for more details.
Installation
- Add to your project
npm install boxer-ui
(should work with both vanilla and framework based web projects) - Import into any file
import 'boxer-ui';
Styling
Width and Height
Look and Feel
Content
Other
Known Bugs