@explita/daily-toolset-components v3.1.1
Daily Toolset Components
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.
Installation
Install the package via npm:
npm install @explita/daily-toolset-components --saveDon'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
Documentation
For detailed documentation, including a comprehensive list of functions and their use cases, visit the Daily Toolset Documentation.
Contributing
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.
8 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago