Re Com screenshot

Re Com

Author Avatar Theme by Day8
Updated: 22 May 2025
812 Stars

A ClojureScript library of reusable components for Reagent

Categories

Overview

re-com is a ClojureScript library of UI components for Reagent. It provides a range of UI widgetry components such as dropdowns, date pickers, popovers, tabs, etc. as well as layout components for arranging widgets vertically and horizontally. The library aims to provide the basic UI elements necessary for building desktop-class single-page applications (SPAs). re-com uses Flexbox for laying out the components and is primarily designed for modern browsers, although it may not be optimized for mobile devices.

Features

  • UI widgetry components including dropdowns, date pickers, popovers, and tabs
  • Layout components for arranging widgets vertically and horizontally
  • Splitters and components for adding borders around their children
  • Mostly Bootstrap look with some Material Design Icons
  • Components can be nested to create sophisticated layouts
  • Relies on Flexbox for layout

Installation

To use re-com in your project, follow these steps:

Step 1: Add re-com to your project.clj dependencies from Clojars:

[re-com "x.x.x"]

Step 2: Include the asset folders required for re-com in your project.

Step 3: Require the re-com.core namespace in your code to access all of the API functions provided by re-com.

Summary

re-com is a ClojureScript library that offers a wide range of UI components and layout options for building desktop-class single-page applications. It provides familiar UI widgetry components and uses Flexbox for layout. Although it may not be optimized for mobile devices, re-com is built with modern browsers in mind. With its Bootstrap-inspired look and Material Design Icons, re-com aims to simplify the process of creating sophisticated layouts.