0.1.6 • Published 5 months ago

polpo v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Polpo

A lightweight and customizable UI component library designed for React applications. This library provides a set of reusable components to speed up development and maintain a consistent user interface across your projects.

npm version

Components

Please refer to the Storybook for a comprehensive list of components and their usage.

Documentation

Documentation page under construction...

Features

  • Easy to use and integrate with React projects
  • Fully customizable with minimal configuration
  • Modern UI components for building responsive and accessible interfaces
  • Lightweight and fast
  • Built with TypeScript for type safety and autocompletion

Installation

You can install the package via npm:

npm install polpo

Or with yarn:

yarn add polpo

Usage

Here’s a basic example to get started:

import React from 'react';
import { Button, ThemeProvider } from 'polpo/ui';

function App() {
  return (
    <ThemeProvider>
      <Button variant="primary">Click me</Button>
    </ThemeProvider>
  );
}

export default App;

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Developed by Juan Manuel Sánchez Lozano.

For more information, check out the npm package page.

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

6 months ago

0.1.0

6 months ago