A lightweight and responsive UI framework for modern web development.
Know more about Luda at the official site.
Communicate with Luda's contributers in the gitter chatroom.
Key Features
- Lightweight - No dependency. Includes multiple themes, each theme is only ~25KB after gziped.
- Modular - Supports modular imports in asset management tools.
- Rhythmical - Built-in baseline grid, column grid, modular type scale and more...
- Automatic - Based on Mutation Observer API, components' lifecycles are handled automatically.
Before version 1.0.0, only the default theme is released, more themes will be released after version 1.0.0.
Getting Started
Options to get Luda:
- Directly load the CSS
and JS from unpkg CDN. - Download the CSS and JS from this repo.
- Install with yarn:
yarn add luda
. - Install with npm:
npm install luda
. - Install with gem:
gem install luda
.
Bug Reports and Feature Requests
Before reporting a bug or submitting a feature request,
please make sure you've read the
issue guidelines
and similiar issues are not addresed on the
issues list.
Thanks!
Contributing
To get started, please read the
contribution guidelines.
Any contribution is welcome and highly appreciated.
Thanks!
Versioning
Luda is maintained under the Semantic Versioning guidelines(SemVer).
To find out changes in released versions,
please read this changelog.
Copyright and License
Copyright Oatw under the
MIT license.