Skip to content

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.

License

Notifications You must be signed in to change notification settings

tidbcloud/tidbcloud-uikit

Repository files navigation

TiDB Cloud Logo

TiUI

This repo hosts TiUI (TiDB Cloud UIKit), including primitive, business, and pro components.

Quick Start

Visit here to learn more about how to use this component library.

import { ThemeProvider } from '@tidbcloud/uikit/theme'
import { Button } from '@tidbcloud/uikit'
import '@tidbcloud/uikit/style.css'

function App() {
  return (
    <ThemeProvider colorScheme="auto">
      <Button>Click me!</Button>
    </ThemeProvider>
  )
}

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published