@devpaps/paps-ui
v2.0.3
Published
A modern, customizable React component library for building consistent and beautiful user interfaces. Published as [`@devpaps/paps-ui`](https://www.npmjs.com/package/@devpaps/paps-ui).
Readme
A modern, customizable React component library for building consistent and beautiful user interfaces.
Published as @devpaps/paps-ui.
Features
- Ready-to-use, accessible UI components
- Theming and customization support
- TypeScript support
- Easy integration with React projects
Installation
npm install @devpaps/paps-ui
# or
yarn add @devpaps/paps-uiUsage
import { Button } from "@devpaps/paps-ui";
function App() {
return <Button>Click me</Button>;
}Documentation
See the full documentation for component usage and customization options.
