Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement β†’
Sign In

@lobehub/cli-ui

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lobehub/cli-ui - npm Package Compare versions

Comparing version
1.8.1
to
1.9.0
+1
-1
dist/index.d.ts

@@ -121,2 +121,2 @@ import * as react from 'react';

export { ConfigPanel, ConfigPanelItem, ConfigPanelProps, Panel, PanelProps, SelectInput, SelectInputItem, SelectInputProps, SplitView, SplitViewProps, ThemeProvider, _default as alert, render, useTheme };
export { ConfigPanel, type ConfigPanelItem, type ConfigPanelProps, Panel, type PanelProps, SelectInput, type SelectInputItem, type SelectInputProps, SplitView, type SplitViewProps, ThemeProvider, _default as alert, render, useTheme };
{
"name": "@lobehub/cli-ui",
"version": "1.8.1",
"version": "1.9.0",
"description": "Lobe CLI uikits",
"homepage": "https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-cli-ui",
"homepage": "https://github.comlobehub/lobe-cli-toolbox/tree/master/packages/lobe-cli-ui",
"bugs": {
"url": "https://github.com/lobehub/commit-cli/issues/new"
"url": "https://github.com/lobehub/lobe-cli-toolbox/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/commit-cli.git"
"url": "https://github.com/lobehub/lobe-cli-toolbox.git"
},

@@ -13,0 +13,0 @@ "license": "MIT",

+77
-49

@@ -1,27 +0,23 @@

<a name="readme-top"></a>
<div align="center"><a name="readme-top"></a>
<div align="center">
<img height="120" src="https://registry.npmmirror.com/@lobehub/assets-logo/1.0.0/files/assets/logo-3d.webp">
<img height="120" src="https://gw.alipayobjects.com/zos/kitchen/T6E4BDoMNb/lobe-cli.webp">
<img height="120" src="https://gw.alipayobjects.com/zos/kitchen/qJ3l3EPsdW/split.svg">
<img height="120" src="https://github.com/vadimdemedes/ink/blob/master/media/logo.png?raw=true">
<h1>Lobe Cli UI</h1>
<h1>Lobe CLI UI</h1>
Lobe Cli UI is an open-source UI component library for building _AIGC_ cli apps
Lobe CLI UI is an open-source UI component library for building _AIGC_ cli apps
[Changelog](./CHANGELOG.md) Β· [Report Bug][issues-url] Β· [Request Feature][issues-url]
[![][npm-release-shield]][npm-release-link]
[![][github-releasedate-shield]][github-releasedate-link]
[![][github-action-test-shield]][github-action-test-link]
[![][github-action-release-shield]][github-action-release-link]<br/>
[![][github-contributors-shield]][github-contributors-link]
[![][github-forks-shield]][github-forks-link]
[![][github-stars-shield]][github-stars-link]
[![][github-issues-shield]][github-issues-link]
[![][github-license-shield]][github-license-link]
<!-- SHIELD GROUP -->
[Changelog](./CHANGELOG.md) Β· [Report Bug][github-issues-link] Β· [Request Feature][github-issues-link]
[![release][release-shield]][release-url]
![][release-download-shield]
[![releaseDate][release-date-shield]][release-date-url]
[![ciTest][ci-test-shield]][ci-test-url]
[![ciRelease][ci-release-shield]][ci-release-url] <br/>
[![contributors][contributors-shield]][contributors-url]
[![forks][forks-shield]][forks-url]
[![stargazers][stargazers-shield]][stargazers-url]
[![issues][issues-shield]][issues-url]
![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

@@ -38,3 +34,6 @@

- [⌨️ Local Development](#️-local-development)
- [πŸ”— Credits](#-credits)
- [🀝 Contributing](#-contributing)
- [πŸ”— Links](#-links)
- [More Products](#more-products)
- [Credits](#credits)

@@ -47,8 +46,11 @@ ####

This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
> **Important**\
> This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
To install Lobe UI, run the following command:
[![][bun-shield]][bun-link]
```bash
pnpm add @lobehub/lobe-cli-ui
bun add @lobehub/lobe-cli-ui
```

@@ -64,5 +66,5 @@

You can use Gitpod for online development:
You can use Github Codespaces for online development:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][gitpod-url]
[![][github-codespace-shield]][github-codespace-link]

@@ -72,6 +74,7 @@ Or clone it for local development:

```bash
$ git clone https://github.com/lobehub/lobe-commit.git
$ cd lobe-commit/packages/lobe-ui
$ pnpm install
$ pnpm start
$ git clone https://github.com/lobehub/lobe-cli-toolbox.git
$ cd lobe-cli-toolbox
$ bun install
$ cd packages/lobe-cli-ui
$ bun dev
```

@@ -85,6 +88,10 @@

## πŸ”— Credits
## 🀝 Contributing
- ink: <https://github.com/vadimdemedes/ink>
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues][github-issues-link] to get stuck in to show us what you’re made of.
[![][pr-welcome-shield]][pr-welcome-link]
[![][github-contrib-shield]][github-contrib-link]
<div align="right">

@@ -96,2 +103,13 @@

## πŸ”— Links
### More Products
- **[πŸ€– Lobe Chat][lobe-chat]** - An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application.
- **[🀯 Lobe Theme][lobe-theme]** - The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.
### Credits
- **ink** - <https://github.com/vadimdemedes/ink>
---

@@ -101,3 +119,3 @@

Copyright Β© 2023 [LobeHub][profile-url]. <br />
Copyright Β© 2023 [LobeHub][profile-link]. <br />
This project is [MIT](./LICENSE) licensed.

@@ -108,20 +126,30 @@

[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square
[ci-release-shield]: https://github.com/lobehub/lobe-commit/actions/workflows/release.yml/badge.svg
[ci-release-url]: https://github.com/lobehub/lobe-commit/actions/workflows/release.yml
[ci-test-shield]: https://github.com/canisminor1990/lobe-commit/workflows/Test%20CI/badge.svg
[ci-test-url]: https://github.com/canisminor1990/lobe-commit/actions/workflows/test.yml
[contributors-shield]: https://img.shields.io/github/contributors/canisminor1990/lobe-commit.svg?style=flat
[contributors-url]: https://github.com/canisminor1990/lobe-commit/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/canisminor1990/lobe-commit.svg?style=flat
[forks-url]: https://github.com/canisminor1990/lobe-commit/network/members
[gitpod-url]: https://gitpod.io/#https://github.com/canisminor1990/lobe-commit
[issues-shield]: https://img.shields.io/github/issues/canisminor1990/lobe-commit.svg?style=flat
[issues-url]: https://github.com/canisminor1990/lobe-commit/issues/new/choose
[profile-url]: https://github.com/canisminor1990
[release-date-shield]: https://img.shields.io/github/release-date/canisminor1990/lobe-commit?style=flat
[release-date-url]: https://github.com/canisminor1990/lobe-commit/releases
[release-download-shield]: https://img.shields.io/npm/dt/@lobehub/cli-ui
[release-shield]: https://img.shields.io/npm/v/@lobehub/cli-ui?label=%F0%9F%A4%AF%20NPM
[release-url]: https://www.npmjs.com/package/@lobehub/cli-ui
[stargazers-shield]: https://img.shields.io/github/stars/canisminor1990/lobe-commit.svg?style=flat
[stargazers-url]: https://github.com/canisminor1990/lobe-commit/stargazers
[bun-link]: https://bun.sh
[bun-shield]: https://img.shields.io/badge/-speedup%20with%20bun-black?logo=bun&style=for-the-badge
[github-action-release-link]: https://github.com/lobehub/lobe-cli-toolbox/actions/workflows/release.yml
[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-cli-toolbox/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
[github-action-test-link]: https://github.com/lobehub/lobe-cli-toolbox/actions/workflows/test.yml
[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-cli-toolbox/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
[github-codespace-link]: https://codespaces.new/lobehub/lobe-cli-toolbox
[github-codespace-shield]: https://github.com/codespaces/badge.svg
[github-contrib-link]: https://github.com/lobehub/lobe-cli-toolbox/graphs/contributors
[github-contrib-shield]: https://contrib.rocks/image?repo=lobehub%2Flobe-cli-toolbox
[github-contributors-link]: https://github.com/lobehub/lobe-cli-toolbox/graphs/contributors
[github-contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-cli-toolbox?color=c4f042&labelColor=black&style=flat-square
[github-forks-link]: https://github.com/lobehub/lobe-cli-toolbox/network/members
[github-forks-shield]: https://img.shields.io/github/forks/lobehub/lobe-cli-toolbox?color=8ae8ff&labelColor=black&style=flat-square
[github-issues-link]: https://github.com/lobehub/lobe-cli-toolbox/issues
[github-issues-shield]: https://img.shields.io/github/issues/lobehub/lobe-cli-toolbox?color=ff80eb&labelColor=black&style=flat-square
[github-license-link]: https://github.com/lobehub/lobe-cli-toolbox/blob/master/LICENSE
[github-license-shield]: https://img.shields.io/github/license/lobehub/lobe-cli-toolbox?color=white&labelColor=black&style=flat-square
[github-releasedate-link]: https://github.com/lobehub/lobe-cli-toolbox/releases
[github-releasedate-shield]: https://img.shields.io/github/release-date/lobehub/lobe-cli-toolbox?labelColor=black&style=flat-square
[github-stars-link]: https://github.com/lobehub/lobe-cli-toolbox/network/stargazers
[github-stars-shield]: https://img.shields.io/github/stars/lobehub/lobe-cli-toolbox?color=ffcb47&labelColor=black&style=flat-square
[lobe-chat]: https://github.com/lobehub/lobe-chat
[lobe-theme]: https://github.com/lobehub/sd-webui-lobe-theme
[npm-release-link]: https://www.npmjs.com/package/@lobehub/cli-ui
[npm-release-shield]: https://img.shields.io/npm/v/@lobehub/cli-ui?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
[pr-welcome-link]: https://github.com/lobehub/lobe-cli-toolbox/pulls
[pr-welcome-shield]: https://img.shields.io/badge/%F0%9F%A4%AF%20PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
[profile-link]: https://github.com/lobehub