0.1.0-alpha.7 • Published 1 month ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month 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

1 month ago

0.1.0-alpha.6

1 month ago

0.1.0-alpha.5

1 month ago

0.1.0-alpha.4

1 month ago

0.1.0-alpha.3

2 months ago

0.1.0-alpha.2

2 months ago

0.1.0-alpha.1

2 months ago