16 packages
chakra-ui-backdrop
Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.
emotion-react-component
Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.
@mhellams/mth-autosize-input
@mhellams/mth-log
@mhellams/mth-pagination
### Overview mth-pagination is a class written in TypeScript that provides functionality for managing pagination in your applications. The mth-pagination class generates a range of page numbers and provides methods to navigate between pages.
@mhellams/mth-react-pagination
### Overview This is a custom hook for creating pagination logic in your React application. useMthPagination provides an easy-to-use API for generating pagination numbers, navigation, and a simple mechanism for changing pages.
@mhellams/mth-use-deferred-promise
`useDeferredPromise` is a custom React hook that provides a simple mechanism to create deferred promises within a React functional component. This can be useful for delaying the resolution of a promise until a later time or when a specific event occurs. [
@mhellams/mth-use-poll
A React hook that runs a poll to check for a condition to be met, and if the condition is not met within a certain amount of time, the polling is stopped.
@mhellams/mth-use-set-state
### Description **useSetState** is a React custom hook that behaves similarly to **useState**, but its setter function merges state updates instead of overwriting the previous state. This is a familiar pattern for those who have used Redux or **this.setSt
@mhellams/mth-vue-pagination
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.