cute-kitty-ui-core
v3.0.3
Published
[](https://www.npmjs.com/package/cute-kitty-ui-core) [](https://opensource.org/licenses/MIT)
Readme
Cute-Kitty-UI Core
Shared utilities, types, and hooks for Cute-Kitty-UI
Overview
The Cute-Kitty-UI Core package provides essential utilities, TypeScript types, and React hooks that power the Cute-Kitty-UI component library. It serves as the foundation for all cat components.
Features
- TypeScript Types: Comprehensive type definitions for all component props
- Utility Functions: Helper functions for animations, positioning, and styling
- Hooks: Custom React hooks for animations and interactions
- Theme System: Color palette and theme management utilities
Installation
This package is automatically installed when you use the Cute-Kitty-UI CLI:
npx cute-kitty-ui@latest initUsage
import { KittyBaseProps, getPixelSize } from 'cute-kitty-ui-core'
// Use types in your components
interface MyCustomCatProps extends KittyBaseProps {
customProp?: string
}
// Use utility functions
const pixelSize = getPixelSize('md') // Returns the pixel value for medium sizeDocumentation
For full documentation, visit cute-kitty-ui
Contributing
We welcome contributions! Please see our Contributing Guide for more details.
License
MIT © Cute-Kitty-UI
