New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@livesession/genui

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livesession/genui

LiveSession Genui is a UI component library built with React and Vite, designed specifically for creating AI app's UI.

  • 0.0.1-alpha.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@livesession/genui

LiveSession Genui is a UI component library built with React and Vite, designed specifically for creating AI app's UI.

Table of Contents

  • @livesession/genui

Installation

To install the project, run:

npm install @livesession/genui

Usage

To use the components in your project, import them as follows:

import { ComponentName } from '@livesession/genui';

Example:

import { SideView } from '@livesession/genui';

function App() {
return
    <SideView tabName="My tab" .../>
}

Scripts

  • build: Build the project using Vite.
  • watch: Build the project in watch mode.
  • storybook: Start the Storybook server.
  • build-storybook: Build the Storybook static site.

To run a script, use:

npm run
<script-name>

Example:

npm run build

Configuration

Vite Configuration

The Vite configuration is located in vite.config.ts. You can customize it as needed.

Storybook Configuration

The Storybook configuration is located in .storybook/main.js. You can customize it as needed.

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

FAQs

Package last updated on 02 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc