Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Shadcn UI & Next JS - Build beautiful dashboards with shadcn, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:35
    Project overview
  2. Урок 2. 00:00:39
    Udemy ratings and reviews
  3. Урок 3. 00:09:07
    Set up new Next JS project and install shadcn ui
  4. Урок 4. 00:10:38
    Add the landing page text and buttons
  5. Урок 5. 00:17:32
    Tidying up the landing page styles and link to login and signup pages
  6. Урок 6. 00:11:01
    Customise shadcn ui theme
  7. Урок 7. 00:18:24
    Build the light and dark mode toggle
  8. Урок 8. 00:10:23
    Add the login page and card
  9. Урок 9. 00:23:18
    Create the login form
  10. Урок 10. 00:03:44
    Add the sign up page and card
  11. Урок 11. 00:09:41
    Add the account type select field
  12. Урок 12. 00:09:02
    Add the company name and employees fields and validation
  13. Урок 13. 00:06:59
    Add the date of birth validation
  14. Урок 14. 00:11:17
    Add the date of birth field with Popover
  15. Урок 15. 00:19:49
    Customize the Calendar
  16. Урок 16. 00:16:14
    Render selected date + custom dropdowns for month / year selection
  17. Урок 17. 00:13:54
    Add the dropdown captions and years values
  18. Урок 18. 00:04:58
    Hook up month and year navigation anytime the custom dropdown values change
  19. Урок 19. 00:16:35
    Add the password and confirm password fields
  20. Урок 20. 00:12:04
    Create a custom PasswordInput component
  21. Урок 21. 00:14:16
    Add the terms and conditions checkbox
  22. Урок 22. 00:02:42
    BUG FIX: terms and conditions checkbox
  23. Урок 23. 00:07:18
    Create the dashboard layout
  24. Урок 24. 00:07:07
    Create the MenuTitle
  25. Урок 25. 00:09:53
    Build out the side panel menu items
  26. Урок 26. 00:12:10
    Add the sidebar footer with Avatar
  27. Урок 27. 00:04:56
    Add the missing pages and refactor HTML tags
  28. Урок 28. 00:04:54
    Add the employees stats and teams stats tabs
  29. Урок 29. 00:04:22
    Add the data Cards
  30. Урок 30. 00:09:34
    Start adding the Card content
  31. Урок 31. 00:03:37
    Extend the shadcn ui Button component
  32. Урок 32. 00:12:08
    Add the employees present card content
  33. Урок 33. 00:08:42
    Add the employee of the month card content
  34. Урок 34. 00:19:00
    Create the stacked bar chart with recharts
  35. Урок 35. 00:18:15
    Finish the bar chart
  36. Урок 36. 00:07:19
    Create the teams stats component
  37. Урок 37. 00:09:39
    Add the team leaders card content
  38. Урок 38. 00:11:41
    Add the team distribution pie chart
  39. Урок 39. 00:14:29
    Add the support tickets resolved line graph
  40. Урок 40. 00:06:54
    Mobile menu (part 1)
  41. Урок 41. 00:11:23
    Mobile menu (part 2)
  42. Урок 42. 00:12:44
    Mobile menu (part 3)
  43. Урок 43. 00:07:08
    Mobile menu (part 4)
  44. Урок 44. 00:09:51
    Create the loading skeleton for the employees table
  45. Урок 45. 00:13:48
    Create the employees data table
  46. Урок 46. 00:08:42
    Add pagination for the employees data table
  47. Урок 47. 00:09:12
    Clean up the styling of the data table