An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


TiDB Cloud Logo


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!

)
}
```