This library aims to simplify conditional rendering logics.
Get the byteOffset out of a DataView, robustly.
Get the byteLength out of a DataView, robustly.
Get the ArrayBuffer out of a DataView, robustly.
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Common router logics.
.spz Gaussian Splatting file loader
ProseMirror's view component
TypeScript meta functions for (especially variadic) meta programming
The engine that powers scroll-into-view-if-needed
Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: center
DOM view component for the CodeMirror code editor
An SDK that build protocol logics for Protocolink
<p align="center"> <a href="https://amplitude.com" target="_blank" align="center"> <img src="https://static.amplitude.com/lightning/46c85bfd91905de8047f1ee65c7c93d6fa9ee6ea/static/media/amplitude-logo-with-text.4fb9e463.svg" width="280"> </a> <b
JSON viewer component for React focused on performance for large volume input while still providing few customiziation features
React Native wrapper for Android and iOS ViewPager
View docs [here](https://radix-ui.com/primitives/docs/utilities/slot).
React Native MaskedView component
Tab view component for React Native
Interactive react component for displaying javascript arrays and JSON objects.
Channel for easy streaming of work between complex logics.
View component and transforms for Vega visualizations.
View docs [here](https://radix-ui.com/primitives/docs/utilities/portal).
The community edition of the MUI X Tree View components.
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
Fierce, opinionate view logic for Rails
kaminari-core includes pagination logic independent from ORMs and view libraries
Provides presenter logic to views.
Alternative view layer for Rails based on separation of HTML and logic.
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
Porthole is a ripoff of Mustache. It replaces the use of {{ }} with %% %%, because god hates me. I removed the Mustache authors from the list of authors, as I don't want to associate their names with this project. You can find the *real* list of authors by viewing the Ruby Gem "mustache" or by going to: http://github.com/defunkt/mustache
A view layer for your Rails apps that separates structure and logic.
Mask out your controller logic with mock data to make building views easier.
Rubyanh Presenter is an useful way to perform the view related logic clearly instead of hard-coding the logic into the view or storing the logic in the model.
Get view logic out of persistence models and controllers and put it into view models.
A presenter is an object that encapsulates view logic. Like Rails helpers, presenters help you keep complex logic out of your templates. Keynote provides a consistent interface for defining and instantiating presenters.