Skip to content

Instantly share code, notes, and snippets.

@JenniferFuBook
Created March 18, 2024 00:43
Show Gist options
  • Save JenniferFuBook/e271c151f78d9b77aff82ba8c8042ea7 to your computer and use it in GitHub Desktop.
Save JenniferFuBook/e271c151f78d9b77aff82ba8c8042ea7 to your computer and use it in GitHub Desktop.
import { DatePicker } from 'antd';
import { ConfigProvider, theme } from 'antd';
function App() {
return (
<ConfigProvider theme={{ algorithm: theme.darkAlgorithm }}>
<DatePicker />
</ConfigProvider>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment