https://github.com/tidbcloud/tidbcloud-uikit
TiUI is the UI library for TiDB Cloud, which includes Cloud UI, SQL editor, icons. It enhances development efficiency and unifies UI style and interaction experience.
https://github.com/tidbcloud/tidbcloud-uikit
Last synced: 3 months ago
JSON representation
TiUI is the UI library for TiDB Cloud, which includes Cloud UI, SQL editor, icons. It enhances development efficiency and unifies UI style and interaction experience.
- Host: GitHub
- URL: https://github.com/tidbcloud/tidbcloud-uikit
- Owner: tidbcloud
- License: mit
- Created: 2023-05-16T03:31:55.000Z (about 3 years ago)
- Default Branch: v2
- Last Pushed: 2025-04-21T08:37:35.000Z (about 1 year ago)
- Last Synced: 2025-04-21T08:37:55.644Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://tidbcloud-uikit.netlify.app
- Size: 7.21 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TiUI
This repo hosts TiUI (TiDB Cloud UIKit), including primitive, business, and pro components.
### Quick Start
Visit [here](https://tidbcloud-uikit.netlify.app/docs/cloud-ui-getting-started) to learn more about how to use this component library.
```jsx
import { ThemeProvider } from '@tidbcloud/uikit/theme'
import { Button } from '@tidbcloud/uikit'
import '@tidbcloud/uikit/style.css'
function App() {
return (
Click me!
)
}
```