xrutayisire / react-js-cron

A React cron editor built with antd
https://xrutayisire.github.io/react-js-cron/?path=/docs/reactjs-cron--demo
MIT License
238 stars 105 forks source link

Update README.md #37

Closed Sprytin closed 1 year ago

Sprytin commented 1 year ago

antd styles required

xrutayisire commented 1 year ago

Hello,

Hum, that's not really true. This is a pure antd configuration you just documented here. You can have multiple ways to add antd style in your project and this is the responsibility of the antd documentation to tell you how to import styles. For example they even tell you that you can import it with css or less.

See https://ant.design/docs/react/introduce#Usage

Sprytin commented 1 year ago

Ok, I about the next steps

My first try to implement react js cron looks like this))

image

I`m not quite web developer (Kotlin) and I tried following Installation guide and got that

xrutayisire commented 1 year ago

antd v5 is out so I created this issue. Styles management changed so this PR is out of date and I will try to explain how to do it with the new way.