* feat(chat): Refactor streaming message handling and add math support * feat(chat): Basic multimodalities * fix: language regex and python as default * fix: refactor llm stream event as one onStreamEvent
@proj-airi/ui
A stylized UI component library built with Reka UI.
To preview the components, refer to the stage-ui package for instructions for running the Histoire UI storyboard.
Usage
ni @proj-airi/ui -D # from @antfu/ni, can be installed via `npm i -g @antfu/ni`
pnpm i @proj-airi/ui -D
yarn i @proj-airi/ui -D
npm i @proj-airi/ui -D
<script setup lang="ts">
import { Button } from '@proj-airi/ui'
</script>
<template>
<Button>Click me</Button>
</template>