Drupal Radix Theme
  • Introduction
    • Overview & Support
  • Installation
    • Requirements
    • Getting Started
    • Setup with ddev
  • Understanding Radix
    • Individual files and directories
    • Bootstrap Build
    • Bootswatch
  • Working with the components
    • Components: Intro
    • Components: A deep dive
    • An example component
    • The drupal-radix-cli
    • Copy and modify a component
  • Components
    • Accordion
    • Alerts
    • Badge
    • Block
    • Buttons
    • Button Group
    • Breadcrumb
    • Card
    • Carousel
    • Close button
    • Comment
    • Collapse
    • Details
    • Dropdown menu
    • Field
    • Field Comment
    • Fieldset
    • Figure
    • Form
    • Form: Element
    • Form Element Label
    • Form Element: Radio Checkbox
    • Heading
    • HTML
    • Image
    • Input
    • List group
    • Local Tasks
    • Media
    • Modal
    • Nav
    • Nav Item
    • Navbar
    • Navbar Brand
    • Node
    • Offcanvas
    • Page
    • Page: Content
    • Page: Footer
    • Page: Navigation
    • Page: Title
    • Pagination
    • Progress
    • Radios
    • Region
    • Select
    • Spinners
    • Table
    • Taxonomy
    • Textarea
    • Toasts
    • Tooltips
    • User
    • Views: view
    • Views: view--grid
    • Views: view--table
    • Views: view--unformatted
  • Misc
    • Migration and upgrading
    • Roadmap
    • Credits & Contributions
Powered by GitBook
On this page
  • Key Features
  • Customization Options
  • Usage

Was this helpful?

  1. Components

User

A theme implementation for rendering user profiles.

Key Features

  • Support for Multiple View Modes: Handles different view modes like "full" or "teaser", catering to diverse display requirements.

  • Dynamic Content Rendering: Capable of displaying all content related to the user, ensuring a comprehensive presentation of user profiles.

  • Utility Class Integration: Provides the option to include additional utility classes for custom design and styling.

Customization Options

  • Adaptive Styling: Leverage utility classes to customize the appearance and layout of user profiles.

  • Versatile Content Display: Efficiently manage and present various types of user-related content, adapting to specific user profile requirements.

Usage

{% include 'radix:user' with {
  view_mode: 'full',
  content: user_content,
  user_utility_classes: ['custom-user-class'],
} %}
PreviousTooltipsNextViews: view

Last updated 1 year ago

Was this helpful?