0.0.3 • Published 9 months ago

juanmsl v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

juanmsl

npm version

Description

juanmsl is 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.

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 juanmsl

Or with yarn:

yarn add juanmsl

Usage

Here’s a basic example to get started:

import React from 'react';
import { Button } from 'juanmsl/ui';

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

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.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago