0.1.0-alpha.7 • Published 11 days ago

@tdesign-react/aigc v0.1.0-alpha.7

Weekly downloads
-
License
MIT
Repository
-
Last release
11 days ago

TDesign AIGC Components for React Framework

📦 Installation

npm i @tdesign-react/aigc
yarn add @tdesign-react/aigc
pnpm add @tdesign-react/aigc

🔨 Usage

import React from 'react';
import { ChatBot } from '@tdesign-react/aigc';
import '@tdesign-react/aigc/es/style/index.js';

function App() {
  return <ChatBot />;
}

ReactDOM.createRoot(document.getElementById('app')).render(<App />);

Browser Support

IE / EdgeFirefoxChromeSafari
Edge >=84Firefox >=83Chrome >=84Safari >=14.1

Read our browser compatibility for more details.

Contributing

Contributing is welcome. Read guidelines for contributing before submitting your Pull Request.

Feedback

Create your Github issues or scan the QR code below to join our user groups

License

The MIT License. Please see the license file for more information.

0.1.0-alpha.7

11 days ago

0.1.0-alpha.6

11 days ago

0.1.0-alpha.5

15 days ago

0.1.0-alpha.4

16 days ago

0.1.0-alpha.3

25 days ago

0.1.0-alpha.2

25 days ago

0.1.0-alpha.1

25 days ago