3.1.1 • Published 5 months ago

@explita/daily-toolset-components v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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 --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

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:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a Pull Request.