14 packages
@kaliber/build
Zero configuration, opinionated webpack / react build setup
@kaliber/elasticsearch
compiles .mapping.js to elasticsearch mappings and helps you query elasticsearch
@kaliber/eslint-plugin
This ESLint plugin enforces Kaliber's code conventions, helping maintain consistency across projects.
@kaliber/forms
A set of utilities to help you create forms in React.
@kaliber/i18n
Internationalize your React application
@kaliber/math
Math utilities
@kaliber/react-flow-chart
A flexible, stateless flow chart library for react.
@kaliber/use-element-size
Determines the width and height in pixels of an element through ResizeObserver
@kaliber/use-is-ie11
Detects if a browser is IE11
@kaliber/use-is-intersecting
Returns whether an element intersects with a parent element, using the IntersectionObserver
@kaliber/use-is-in-viewport
Returns whether an element intersects with a parent element, using the IntersectionObserver
@kaliber/use-is-mounted-ref
Returns a ref with a current value of true if mounted
@kaliber/use-observed-ref
This is an internal library to facilitate the use of Observers in hooks.
@kaliber/use-render-on-mount
Returns a boolean indicating whether a component is mounted, so you can render on mount.