gardnervickers/untangled-components — explained in plain English
Analysis updated 2026-07-09 · repo last pushed 2016-10-19
Build an internal dashboard with date pickers for filtering reports and form inputs for data entry.
Add a profile photo upload and cropping feature to an Untangled-based web application.
Speed up development of an Untangled app by reusing pre-built form and date selection components.
| gardnervickers/untangled-components | gardnervickers/local-meetups | replikativ/katzen | |
|---|---|---|---|
| Stars | — | — | 16 |
| Language | Clojure | Clojure | Clojure |
| Last pushed | 2016-10-19 | 2016-02-04 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | moderate | hard | easy |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Untangled framework project already set up in ClojureScript, this library is not standalone.
Untangled Components is a library of pre-built user interface pieces, things like date pickers, forms, image upload tools, and image cropping, designed for developers building apps with the Untangled framework. Instead of coding these common interface elements from scratch every time, a developer can drop them in and focus on the parts of their app that are unique. At a high level, think of this project as a box of ready-made building blocks for the visual parts of a web application. Need a calendar widget so users can pick a date? Grab the date picker component. Need a way for users to upload and crop a profile photo? Use the image clipping and upload components. Each piece is designed to work seamlessly within the Untangled ecosystem, which is a specific Clojure-based approach to building web apps. The components come pre-wired to understand that framework's conventions, so they should function with minimal setup. This library would be used by developers who are already building applications with Untangled and ClojureScript. For example, a startup founder building an internal dashboard might need form inputs for data entry and a date picker for filtering reports. Rather than hunting down generic JavaScript widgets and figuring out how to glue them into a Clojure app, they could use these components and save significant development time. It's worth noting that the project is explicitly marked as a work in progress and is not yet ready for production use. The README is sparse on implementation details, so anyone considering it should expect rough edges and potential changes. The main tradeoff is straightforward: these components promise tight integration with Untangled, but that comes at the cost of being tied to that specific framework rather than offering the flexibility of standalone, framework-agnostic UI libraries.
A library of pre-built user interface pieces like date pickers, forms, and image upload tools for developers building apps with the Untangled web framework in ClojureScript.
Mainly Clojure. The stack also includes Clojure, ClojureScript, Untangled.
Dormant — no commits in 2+ years (last push 2016-10-19).
No license information is provided in the project documentation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.