@leafer-ui/render
Django-style render() for React : render(componentPath, props)
Giteeteam Apps UI Render
Nebula UI Render
Wire your AI agent to native mobile UI. Open-source React Native SDK for generative UI — render interactive native components from LLM responses.
UI generation based on JSON schemas
Base on element-ui, Render form-item easily
Base on element-ui, Render form-item easily
easiest way to create menus, popovers, and poppers with material-ui
Material Design Svg Icons converted to Material-UI React components.
JupyterLab - UI components written in React
API Doc Pro UI is the best choice for dynamically rendering any spec SwaggerAPI, OpenAPI, or AsyncAPI, all in one with one design. By Reallexi LLC @ Apidocpro.com
Build an element once, move it anywhere
React bindings for @shopify/post-purchase-ui-extensions
[](https://github.com/bpmn-io/diagram-js-ui/actions/workflows/CI.yml)
The Sanity UI components.
Tiny react input formatter and mask
shadcn/ui component library for @json-render/core. JSON becomes beautiful Tailwind-styled React components.
Render JSX to an HTML string, with support for Preact components.
render domhandler DOM nodes to a string
Markdown rendering for assistant-ui
A lightweight lib for UI render and keep the state of app in one object
A collection of UI SVG icons created by Esri for applications.
This package contains the public type definitions and utilities needed to create Shopify UI extensions.
A bevy plugin for rendering your bevy app to the terminal using ratatui.
Provides rendering functionality for Bevy UI
Automatically generated bindings for bevy_ui_render crate
GPU rendering backend for BexaUI — wgpu + glyphon text rendering
Default renderer for the easy-imgui crate, using OpenGl via glow
egui rendering backend using glow
egui rendering backend using three-d
egui rendering backend using wgpu
Render kernel: cells, buffers, diffs, and ANSI presentation.
Renderer abstraction for Fusabi TUI
Software CPU framebuffer backend for OxiUI (headless / ffi-audit)
wgpu GPU render surface for OxiUI
Rails engine to parse and render json for Swagger UI
Ruby library for rendering UI elements
Provides a dev bar and an overlay in-browser to visualize your UI's rendered partials
This is wrapper for jQuery-UI Dialog. Additionaly it contain several templates for render errors from ActiveRecord and ErrorMessagesContainer.
A Swagger Tag for Jekyll to render an Open API Spec Using swagger-ui. This gem assumes swagger available on the page.
A Rails engine providing view components built on ActiveModel::Attributes for type-safe, declarative UI rendering.
A Ruby port of Google's A2UI (Agent-to-User Interface) for Rails. Uses DSPy.rb to generate typed UI descriptions from natural language, rendered as ViewComponents via Turbo Streams.
Wraps libmgba's mCore C API and provides a full-featured GBA player with SDL2 rendering, input, save states, and a Tk-based settings UI
Build reactive, real-time UI components that automatically re-render server-side when subscribed models change. Uses ViewComponent, Turbo Streams, and ActionCable to keep your UI in sync without writing custom JavaScript.
A mountable Rails engine that renders Swagger UI for an OpenAPI document, intended to pair with rc-minitest-openapi and rc-minitest-openapi-api.
Hotwire Astra UI provides production-ready, accessible modal dialogs for Rails apps using Turbo Frames and Stimulus. Importmap-friendly, server-rendered, and framework-free, with stacked modals, CSS-driven animations, and full customization via CSS variables.
== E9Tags An extension to ActsAsTaggableOn[http://github.com/mbleigh/acts-as-taggable-on] which "improves" on custom tagging, or at least makes it more dynamic. Additionally it provides some autocomplete rack apps and the corresponding javascript. == Installation 1. E9Tags requires jquery and jquery-ui for the autocompletion and tag-adding form, be sure they're loaded in your pages where the tags form will be rendered. 2. E9Tags extends ActsAsTaggableOn and requires it. Run it's generator if you have not. 3. Run the E9Tags install script to copy over the required JS rails g e9_tags:install 4. Then make sure it is loaded, how you do that doesn't matter, e.g. <%= javascript_include_tag 'e9_tags' %> 5. Create an initializer for that sets up the taggable models and their controllers. This gives the models the tag associations and methods and prepares their controller to handle the otherwise unexpected tag params. require 'e9_tags' require 'contacts_controller' require 'contact' E9Tags.controllers << ContactsController E9Tags.models << Contact OR You can just include the modules in your classes yourself. The first way really exists for the case where the classes you wish to extend are part of another plugin/gem. # in contact.rb include E9Tags:Model # in contacts_controller.rb include E9Tags::Controller 6. Render the tags form partial in whatever model forms require it. = render 'e9_tags/form', :f => f If you pass a context, it will be locked and no longer possible to change/add the contexts on the form (and as a side effect, the tags autocompletion will be restricted to that context). = render 'e9_tags/form', :f => f, :context => :users Finally if you pass a 2nd arg to :context you can set a tag context to be "private" (default is false). In this case the tag context will be locked as private (typically suffixed with *), meaning that the tags will not be publicly searchable/visible. This is useful for organizational tags tags, say if you wanted to arbitrarily group records, or create a custom search based on a tag context. = render 'e9_tags/form', :f => f, :context => [:users, true] NOTE: The form and javascript are intended to work out of the box, but the certainly aren't going to look pretty. If you do intend to use the forms, you'll no doubt need to style them.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.