UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

7 lines (4 loc) 146 B
import React from 'react'; import { Button } from 'antd'; const App = () => <Button type="primary">primary button</Button>; export default App;