@blocklet/ai-kit
v0.2.6
Published
The react.js component library for AIGNE Hub
Readme
AI-Kit Lib
AI-Kit common UX component
Usage
import React from 'react';
import { HelloWorld } from '@blocklet/ai-kit';
function App() {
return <HelloWorld />;
}Develop
# develop with @blocklet/ai-kit and storybook
npm run dev
# only develop with @blocklet/ai-kit
npm run watch
# only develop with storybook
npm run storybook
