Skip to content

faculedesma/ledesma-lib

Repository files navigation

Deployment Pipeline

Ledesma LIB

Ledesma LIB contains foundational React UI components for shipping new features faster.

Installation

Ledesma LIB

Ledesma LIB is available as an npm package.

npm:

npm install @faculedesma/ledesma-lib

yarn:

yarn add @faculedesma/ledesma-lib

Note: Use @latest for the latest stable release.

Getting started with Ledesma LIB

Here is an example of a basic app using Ledesma LIB's Button component:

import * as React from 'react';
import { Button } from '@faculedesma/ledesma-lib';

function App() {
  return <Button type="outline">Hello World</Button>;
}

Documentation

You can check the documentation by cloning this project and running storybook on your local machine.

License

This project is licensed under the terms of the ISC license.