A lightweight and versatile collection of TypeScript utility functions and form components, inspired by ShadCN UI, designed for seamless everyday development. Enhance your Node.js, React, and Next.js projects with a well-structured suite of helpers for strings, arrays, dates, and objects—alongside customizable, developer-friendly form elements. The perfect toolkit for building modern, efficient web applications with ease.
Install the package via npm:
npm install @explita/daily-toolset-components --save
Don't forget to import the styles in your main app file:
import "@explita/daily-toolset-components/styles.css";
This is required for the components to work. And note that this version works better with TailwindCSS >= v4
For detailed documentation, including a comprehensive list of functions and their use cases, visit the Daily Toolset Documentation.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.