4.9.3-1607966718613-b2ef872fb • Published 3 years ago

@cybernomads/antd-fork v4.9.3-1607966718613-b2ef872fb

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Important

:warning: 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