{"id":13401804,"url":"https://github.com/vitmalina/w2ui","last_synced_at":"2025-05-12T15:18:18.942Z","repository":{"id":392612,"uuid":"1604375","full_name":"vitmalina/w2ui","owner":"vitmalina","description":"UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).","archived":false,"fork":false,"pushed_at":"2025-05-09T00:31:22.000Z","size":56397,"stargazers_count":2706,"open_issues_count":358,"forks_count":729,"subscribers_count":177,"default_branch":"master","last_synced_at":"2025-05-12T15:17:52.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://w2ui.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitmalina.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-04-12T14:26:20.000Z","updated_at":"2025-05-09T00:31:25.000Z","dependencies_parsed_at":"2023-02-10T17:15:45.373Z","dependency_job_id":"e88c9258-98d1-492a-a09a-dfbea5a5f4b1","html_url":"https://github.com/vitmalina/w2ui","commit_stats":{"total_commits":3091,"total_committers":182,"mean_commits":"16.983516483516482","dds":"0.40310579100614685","last_synced_commit":"be3bed143db29a9db7378ff8477519e7538560a0"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitmalina%2Fw2ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitmalina%2Fw2ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitmalina%2Fw2ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitmalina%2Fw2ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitmalina","download_url":"https://codeload.github.com/vitmalina/w2ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253763962,"owners_count":21960484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T19:01:07.356Z","updated_at":"2025-05-12T15:18:18.918Z","avatar_url":"https://github.com/vitmalina.png","language":"JavaScript","readme":"## Road to 2.0\nThe `master` branch has a new, in-progress version of w2ui. You might want to consider [1.5 branch](https://github.com/vitmalina/w2ui/tree/w2ui-1.5) that is stable and supports older browsers. Here are the goals for the new version of w2ui.\n\n[Road to 2.0 discussion](https://github.com/vitmalina/w2ui/discussions/1955)\n\n**W2UI v.2 no longer requires jQuery as a dependency**. You can download it from the master branch and at the moment, it is stable enough to be considrered for a Release Candidate. All [demos](https://w2ui.com/web/demos) have been updated to work as ES6 modules without any dependencies.\n\n## About W2UI\n\nW2UI is a modern JavaScript UI library for building rich web applications. It aims to let you define your UI in a declarative way via JSON data structures.\n\nThe library has a small footprint (120KB gzipped) and has **NO DEPENDENCIES** (as of v2.0). W2UI can be used in Vanilla JS projects, ES6 modules, as well as in Angular, React, and Vue based projects.\n\nThe library implements the following UI controls:\n\n* **[w2grid](http://w2ui.com/web/docs/1.5/layout/grid)** - an advanced Grid component - *[demo](http://w2ui.com/web/demos/#/grid/1)*\n* **[w2toolbar](http://w2ui.com/web/docs/1.5/toolbar)** - a Toolbar component - *[demo](http://w2ui.com/web/demos/#/toolbar/1)*\n* **[w2sidebar](http://w2ui.com/web/docs/1.5/sidebar)** - a Tree/Sidebar component - *[demo](http://w2ui.com/web/demos/#/sidebar/1)*\n* **[w2tabs](http://w2ui.com/web/docs/1.5/tabs)** - Tabs - *[demo](http://w2ui.com/web/demos/#/tabs/1)*\n* **[w2form](http://w2ui.com/web/docs/1.5/form)** - Forms - *[demo](http://w2ui.com/web/demos/#/form/1)*\n* **[w2fields](http://w2ui.com/web/docs/1.5/fields)** - various Fields - *[demo](http://w2ui.com/web/demos/#/fields/1)*\n* **[w2popup](http://w2ui.com/web/docs/1.5/popup)** - a Popup component - *[demo](http://w2ui.com/web/demos/#/popup/1)*\n* **[w2layout](http://w2ui.com/web/docs/1.5/layout)** - a Layout component - *[demo](http://w2ui.com/web/demos/#/layout/1)*\n* **[w2utils](http://w2ui.com/web/docs/1.5/utils)** - various utilities - *[demo](http://w2ui.com/web/demos/#/utils/1)*\n\nThe complete library is under **100Kb** (minified \u0026 gzipped).\n\n## Quick Start\n\nCurrent stable version is 1.5 (supports older browsers).\nCurrent development version is 2.0.\n\n[Getting Started Guide](http://w2ui.com/web/get-started)\n\nYou can download latest stable version here: [http://w2ui.com](http://w2ui.com). If you want to use the dev version, see the `dist/` folder in the master branch.\n\nTo start using the library you need to include into your page:\n\n- w2ui.js (or w2ui.min.js)\n- w2ui.css (or w2ui.min.css)\n\nAll the controls and their css classes are defined inside of these two files. There are no image dependencies. Some images and font icons are embedded into the CSS file.\n\nThere is no requirement for a server side language. Node, Java, PHP, ASP, Perl or .NET will all work, as long as you can\nreturn JSON format from the server (or write a converter into JSON format on the client). Some server side example implementations\ncan be found [here](https://github.com/vitmalina/w2ui/tree/master/server).\n\n## Documentation \u0026 Demos\n\nYou can find documentation and demos here:\n\n* [http://w2ui.com/web/docs](http://w2ui.com/web/docs) - documentation\n* [http://w2ui.com/web/demos](http://w2ui.com/web/demos) - detailed demos\n\n\n## Bug Tracking\n\nHave a bug or a feature request? Please open an issue here [https://github.com/vitmalina/w2ui/issues](https://github.com/vitmalina/w2ui/issues).\nPlease make sure that the same issue was not previously submitted by someone else.\n\n## Building\n\nIt is a Node.JS repository, so you need to have node installed to install all dependencies and compile w2ui.\n\n```\nnpm install\n```\n\nTo compile JS and CSS, run\n```\ngulp\n```\n\nIt will bundle all necessary files into `dist/w2ui.min.js` and `dist/w2ui.min.css`\n\n## File Structure\n\n```\n- demos       - all demos, same as on w2ui.com\n- dist        - compiled JS and CSS files\n- docs        - stand alone documentation, same as on w2ui.com\n- es6mods     - ES6 modules playground\n- libs        - external libs, some used in demos, etc.\n- server      - server api samples (to get you started)\n- specs       - test automation\n- src         - source JS files\n  - less      - LESS files (source for css)\n  - locale    - int18n - translation to other languages\n- test        - manual testing files\n```\n\n## Who Is Using W2UI\n\n[List of projects that use **`w2ui`**](https://github.com/vitmalina/w2ui/wiki/Projects-that-use-w2ui)!\n\nIf you're using **`w2ui`**, I'd love to hear about it, please email to `vitmalina@gmail.com` the name of your project and a link to a public website or demo, and I will add it to the list.\n\n## Contributing\n\nYour contributions are welcome. However, a few things you need to know before contributing:\n\n1. Please check out the latest code before changing anything. It is harder to merge if your changes will not merge cleanly.\n2. If you are changing JS files - do all changes in /src folder\n3. If you are changing CSS files - do all changes in LESS in /src/less/src\n4. If you want to help with unit test - do all changes in /qa\n5. If you want to change documentation - do all changes in /docs\n6. If you want to add demos - do all changes in /demos\n","funding_links":[],"categories":["JavaScript","Libraries"],"sub_categories":["JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitmalina%2Fw2ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitmalina%2Fw2ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitmalina%2Fw2ui/lists"}