• Buradasın

    Breadcromes Komponenti Oluşturma Eğitimi

    youtube.com/watch?v=MDUH9FEvb64

    Yapay zekadan makale özeti

    • Bu video, bir yazılım eğitim içeriğidir ve izleyicilere React gibi bir JavaScript kütüphanesi kullanarak breadcromes (pano yolu) komponenti oluşturma sürecini adım adım göstermektedir.
    • Video, breadcromes komponentinin nasıl oluşturulacağını, gerekli import işlemlerini ve yapılandırmalarını göstermektedir. Öncelikle yeni bir component dosyası oluşturulur, ardından box component'i içe aktarılarak div etiketleri ve margin değerleri ayarlanır. Daha sonra link ve metin özellikleri eklenir, typography component'i kullanılarak metin rengi belirlenir. Son olarak, ayraç (separator) ve görüntülenecek bağlantı sayısı gibi özellikler için sorunlar çözülür.
    00:04Creating a Breadcrumb Component
    • The video demonstrates how to create a breadcrumb component in a material design system.
    • A new component is created in the component folder, importing the box component and using div tags with margin.
    • The breadcrumb component is imported with links and text, and the typography component is used to style the text color.
    01:20Configuring Breadcrumb Links
    • The breadcrumb component is configured to accept a crowd user ifver for a rowd high level.
    • Links for "Home" and "Cat" are specified, and the typography component is used to style the text.
    • The breadcrumb is displayed with links navigating through the pages.
    02:55Customizing Breadcrumb Separators
    • The separator problem is addressed by specifying the separator to be a divider with a width.
    • An icon is added as a separator with the "navigate next" icon and a small font size.
    • The number of links displayed at a time is controlled using the max items prop.
    04:00Managing Breadcrumb Items
    • The number of items displayed before and after the ellipsis is managed using specific props.
    • The "itemsAfterCollapse" prop is set to determine the number of items after the ellipsis.
    • The "itemsBeforeCollapse" prop is used to set the number of items before the ellipsis.

    Yanıtı değerlendir

  • Yazeka sinir ağı makaleleri veya videoları özetliyor