A ClojureScript library of reusable components for Reagent
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.
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.
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.