@cybernomads/antd-fork
TypeScript icon, indicating that this package has built-in type declarations

4.9.3-1607966718613-b2ef872fb • Public • Published

Important

⚠️ This is fork from Antd@4.9.3 with custom config and tweaks.

-----> ORIGINAL PROJECT <------

📦 Install

npm install @cybernomads/antd-fork
yarn add @cybernomads/antd-fork

🔨 Usage

import { Button, DatePicker } from '@cybernomads/antd-fork';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker placeholder="select date" />
  </>
);

And import style manually:

import '@cybernomads/antd-fork/dist/antd.css'; // or '@cybernomads/antd-fork/dist/antd.less'

🔨 Deploy

npm run build

Package Sidebar

Install

npm i @cybernomads/antd-fork

Homepage

ant.design

Weekly Downloads

1

Version

4.9.3-1607966718613-b2ef872fb

License

MIT

Unpacked Size

39.4 MB

Total Files

3098

Last publish

Collaborators

  • ulisesgascon