Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
components
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
components
Merge requests
!38
Issue
#3422650
: Add readme file.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3422650
: Add readme file.
issue/components-3422650:3422650-readme.md-need-to
into
3.x
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Sakthi Shanmuga Sundaram M
requested to merge
issue/components-3422650:3422650-readme.md-need-to
into
3.x
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
Closes
#3422650
0
0
Merge request reports
Compare
3.x
version 2
cc9baf72
1 year ago
version 1
52af9bfb
1 year ago
3.x (base)
and
latest version
latest version
dc355720
2 commits,
8 months ago
version 2
cc9baf72
2 commits,
1 year ago
version 1
52af9bfb
1 commit,
1 year ago
1 file
+
49
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
0 → 100644
+
49
−
0
Options
# Components!
The Components module makes it easier for a theme to organize its components.
It allows themes (and modules) to register Twig namespaces and provides some
additional Twig functions and filters for use in Drupal templates.
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/components
)
.
Submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/components?categories=All
)
.
## Table of contents
-
Features
-
Installation
-
Requirements
-
Configuration
-
Usage
-
Maintainers
## Features
-
Offers feature called Template namespaces.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## Requirements
This module requires no modules outside of Drupal core.
## Configuration
This modules doesn't have any configuration. It allows user to add the template
namespaces.
## Maintainers
-
John Albin Wilkins -
[
JohnAlbin
](
https://www.drupal.org/u/johnalbin
)
-
Rob Loach -
[
RobLoach
](
https://www.drupal.org/u/robloach
)
\ No newline at end of file
Loading