Skip to content

Ant Design

Ant Design is a UI library for React. It is used by the Djot client to provide a consistent look and feel across the application.

Full documentation: https://ant.design/components/

Usage

tsx
import { Button } from 'antd';

export const App = () => <Button type="primary">Button</Button>;
import { Button } from 'antd';

export const App = () => <Button type="primary">Button</Button>;