elbe-ui
v2.0.12
Published
a cross platform UI framework for the web and Flutter [(see this package)](https://pub.dev/packages/elbe)
Downloads
1,101
Maintainers
Readme
elbe
a cross platform UI framework for the web and Flutter (see this package)
so far, it has been optimized for React. It provides a variety of Widgets and theming options. Check out the demo or the example within this package (./example)
usage
install the package in your React app:
npm i elbe-uiadd the styles to your main
.scss/.sassfile:@use "elbe-ui/elbe.scss" with ( $c-accent: #448aff, //$g-radius: 0, //$t-font-body: "Comic Sans MS", //... );add class
primaryto your pagebodyelement (<body class="primary">...</body>)start using the components :)
contribute
as of now, this is mainly a personal project for different stuff I built. So things might be a little rough around the edges. If you find any issues or want to help make elbe better, I'd love to hear from you :)
publish
- increment
versionnumber inpackage.json - run
bun run build - run
npm publish
- [x] contrast (test with WAVE, Axe)
- [x] dark mode
- [x] no color based differentiation
- [x] adjustable text size
- [x] adjustable UI size
- [x] responsive design
- [x] label fields with
labeltag - [x] add
aria-*attributes - [x] add
roleattributes - [ ] improve
tabindexattributes - [ ] force alt text for images
