@fantasies/cdk
v0.1.2
Published
utils
Maintainers
Readme
@fantasies/cdk
fantasies-cdk is a set of behavior primitives for building UI components, designed to provide developers with efficient and flexible tools.
Features
- Common UI component behavior encapsulation
- Easy integration into any frontend project
- TypeScript support for type safety
Installation
npm install @fantasies/cdkUsage Example
import { groupBy } from '@fantasies/cdk'
const grouped = groupBy([{ type: 'A' }, { type: 'B' }], 'type')For more usage, please refer to the documentation or source code.
