juanmsl
v0.0.3
Published
[![npm version](https://badge.fury.io/js/%40juanmsl%2Fui.svg)](https://www.npmjs.com/package/juanmsl)
Downloads
25
Readme
juanmsl
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.