elbe-ui
TypeScript icon, indicating that this package has built-in type declarations

0.2.19 • Public • Published

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

  1. install the package in your React/Preact app:

    npm i elbe-ui
  2. add the styles to your main .scss/.sass file:

    @use "elbe-ui/elbe.scss" with (
      $c-accent: #448aff,
      //$g-radius: 0,
      //$t-font-body: "Comic Sans MS",
      //...
    );
  3. 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 :)

Readme

Keywords

Package Sidebar

Install

npm i elbe-ui

Weekly Downloads

155

Version

0.2.19

License

MIT

Unpacked Size

809 kB

Total Files

62

Last publish

Collaborators

  • constorux