0.0.2 • Published 8 months ago

@leaphubai/ui-components v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

LeapHub AI – UI Component Library

This repository contains the official UI component library for LeapHub AI, a platform designed to help SaaS companies integrate AI-powered features into their products in hours, not months.

LeapHub AI provides plug-and-play components for text refinement, voice transcription, knowledge base querying, and AI agent integration. This library offers pre-built React components that make it easy to add these features to your product.

Features

  • Text-enhancing controls: AI-powered textareas for refining, rewriting, or generating content.
  • Voice transcription and summarization: Components for transcribing recordings and extracting insights.
  • Knowledge base Q&A: Pre-built interfaces for querying your documentation or support content.
  • AI agent connectors: Drop-in components to connect your APIs with natural-language interfaces.

Installation

Install the library via npm:

npm i @leaphubai/ui-components

Usage

Import the components you need into your React project:

import {
  Button,
  Label,
  Input,
  AITextarea,
  VoiceTranscriber,
} from "@leaphubai/ui-components";

Example

Here’s a quick example of using the AITextarea component:

import React from "react";
import { AITextarea } from "@leaphubai/ui-components";

function App() {
  return (
    <div>
      <h1>AI-Powered Text Editor</h1>
      <AITextarea
        placeholder="Type here..."
        onRefine={(text) => console.log("Refined text:", text)}
      />
    </div>
  );
}

export default App;

Why LeapHub AI?

LeapHub AI abstracts the complexity of AI integration, so you can focus on building your product. With this library, you get:

  • Pre-built UI components: Save months of development time.
  • Customizable and extensible: Tailor components to your needs.
  • No AI expertise required: We handle the hard parts like prompt engineering and model tuning.
  • Fast integration: Add AI features to your product in hours.

Contributing

We welcome contributions! If you’d like to improve this library, please submit a pull request or open an issue.

0.0.37

6 months ago

0.0.36

6 months ago

0.0.35

6 months ago

0.0.34

6 months ago

0.0.33

6 months ago

0.0.32

7 months ago

0.0.31

7 months ago

0.0.30

7 months ago

0.0.29

7 months ago

0.0.28

7 months ago

0.0.27

7 months ago

0.0.26

7 months ago

0.0.25

7 months ago

0.0.24

7 months ago

0.0.23

7 months ago

0.0.22

7 months ago

0.0.21

7 months ago

0.0.20

7 months ago

0.0.19

7 months ago

0.0.18

7 months ago

0.0.17

7 months ago

0.0.16

7 months ago

0.0.15

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago