@rothko-ui/utils v1.3.0
@rothko-ui/utils
Welcome to the @rothko-ui/utils package. This package offers a curated set of utility functions and helpers designed to complement the Rothko-UI ecosystem.
Overview
The @rothko-ui/utils package provides a series of utility functions, some of which are built upon or extend the capabilities of popular libraries like lodash. These utilities are tailored to fit the needs of the Rothko-UI components and design system, ensuring efficient and consistent development.
Installation
To integrate the Rothko-UI utilities into your project, install the package using npm:
npm install @rothko-ui/utilsOr with yarn:
yarn add @rothko-ui/utilsUsage
Once installed, you can import and utilize the utilities in your application:
import { utilityName } from '@rothko-ui/utils';
// Use the utility function in your codeReplace utilityName with the desired utility's name.
Key Utilities
- Lodash Proxy: A wrapper around
lodashfunctionalities tailored for Rothko-UI's requirements. - Types: Type definitions related to the utilities, ensuring type-safe usage across TypeScript projects.
Development
To work on the @rothko-ui/utils package or contribute:
yarn build: Bundles the utilities.yarn lint: Lints the source files.
Licensing
The @rothko-ui/utils package is licensed under the terms of the LICENSE.txt file.
Questions & Support
For inquiries, clarifications, or support regarding the @rothko-ui/utils package, please raise an issue in the repository or reach out to the author at luxo@rothko-ui.com.