REACT SCHEDULER - open source React component for resources

Поделиться
HTML-код
  • Опубликовано: 30 июн 2024
  • READ MORE: scheduler.bitnoise.pl/
    GITHUB: github.com/Bitnoise/react-sch...
    Display any kind of resources on a blazing fast timeline using lightweight and flexible React component for free.
    www.bitnoise.pl/
    #bitnoise #reactjs #scheduler #opnesource #code #component #resources #timeline
  • НаукаНаука

Комментарии • 32

  • @shmagioniani9869
    @shmagioniani9869 4 месяца назад +1

    what a nice product, it should be satisfying working on a project like this 🙌

  • @sound4mation
    @sound4mation 6 месяцев назад +2

    This is incredible. Any roadmap details for when we can expect to see dnd included?

  • @paschalkings8184
    @paschalkings8184 7 месяцев назад +1

    this is a life saver

  • @khandoor7228
    @khandoor7228 4 месяца назад

    Amazing Great job!

  • @the_momskid
    @the_momskid 5 месяцев назад

    Is there any possibility to modify the Styles ? To introduce Dark Mode and Light mode. Also to maintain the style throughout the application.

  • @user-jm9ns4uj9g
    @user-jm9ns4uj9g 4 месяца назад

    Hi, Piotr. I just wanted to ask, is it possible to change tha language despite of eng?

  • @asahi9953
    @asahi9953 3 месяца назад

    is it possible to have an update such as the tooltip showing days instead of hours, or to disable the tooltip at all?

  • @rossanobr
    @rossanobr 5 месяцев назад +4

    Can you provide the code you show in the video?

  • @piszczu4707
    @piszczu4707 2 месяца назад

    Is it possible to use it as a meeting scheduler? I.e. set it up in such a way that on x axis we have time and on y axis we have dates?

  • @vergilhuang5270
    @vergilhuang5270 5 месяцев назад +2

    Looks great! Is it possible config in time grid ? Scenarios such as booking a room.

    • @omarelouafi
      @omarelouafi 2 месяца назад

      did you please figure out how to display time?

  • @highpremier
    @highpremier 3 месяца назад +5

    The official page mentions "Booking of meeting rooms," but how can I configure the React-scheduler to display the grid on an hourly basis?

  • @eraair
    @eraair 3 месяца назад

    i want to create a scheduling webapp but i dont know how to start or whats the best way to go about it. can i share the screenshot of what i am working with and you can suggest something better ?

  • @manishaghosh1355
    @manishaghosh1355 3 месяца назад

    Does it support dependency between items in data?

  • @shamil426
    @shamil426 18 дней назад

    Wheres the link to the github repo for the NextJS application you follow through on the video?

  • @user-oi3ve7ux7z
    @user-oi3ve7ux7z 7 месяцев назад

    excellent video, but I can get to time grid?

  • @abedaarabi3014
    @abedaarabi3014 2 дня назад

    Great work .) Is there a way to convert the time to amount of hours. Example: if a meeting was from 13:00 till 15:00 it means 2 hours

  • @ziangtian
    @ziangtian Месяц назад

    this seems to be buggy. many of us got the same `null (reading 'useMemo')` error. been piling up in the issue section of the github repo

  • @mathiasfuchs7174
    @mathiasfuchs7174 7 месяцев назад

    Very cool library. Thank you. In Next's it seems to always pop to full screen for some reason. What do you have in your wrapper code?

    • @mathiasfuchs7174
      @mathiasfuchs7174 7 месяцев назад +1

      never min. I found the issue. I didn't have a relative className in the surrounding container.

    • @jonosuav
      @jonosuav 6 месяцев назад

      @@mathiasfuchs7174 could you post an example? Are you importing the component like it shows on their example on the GitHub repo?

    • @mauroventicinque8272
      @mauroventicinque8272 5 месяцев назад

      Como lo lograste? no puedo hacerlo@@mathiasfuchs7174

  • @S4LTYT
    @S4LTYT 4 месяца назад

    is there any way for vertical

  • @VenkataSai-mh6cb
    @VenkataSai-mh6cb Месяц назад

    I only want it to get displayed in day view

  • @inbarajan3189
    @inbarajan3189 7 месяцев назад +1

    its free?

  • @karanbarai23
    @karanbarai23 3 месяца назад

    how to remove tool tip?

  • @uctinnguyen4498
    @uctinnguyen4498 3 дня назад

    how to custom house

  • @paschalkings8184
    @paschalkings8184 7 месяцев назад +1

    i cant install it

    • @Bitnoise_IT
      @Bitnoise_IT  7 месяцев назад

      What seems to be the problem?

  • @Pyro-Mon
    @Pyro-Mon 3 месяца назад +1

    it's didn't work for me.
    code -v1.87.2
    windows 10 x64, ussing npm
    Module not found: Can't resolve '@components/card/Cards'
    don't know what it means.

  • @AdnanKhan-yg4ng
    @AdnanKhan-yg4ng 7 месяцев назад

    passind data={data} gives error of
    TypeError: e is not iterable
    const bgColor = `rgb(${Math.ceil(Math.random() * 255)},${Math.ceil(
    Math.random() * 200
    )},${Math.ceil(Math.random() * 200)})`;
    let sub = "asdasdas"
    let oc = 123
    const startDate = "2023-11-23";
    const endDate = "2023-11-24";
    const title = "sss"
    const occupancy = 123
    // const subtitle = "sss"
    const data = [
    {
    id:1,
    startDate,
    endDate,
    occupancy : oc,
    title,
    subtitle : sub,
    desciption : sub,
    bgColor,
    }
    ]
    this is how im passing data to the schedular data. what could be the issue ?