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