New! Drupal 11: Using SDC Component Library To Preview Single Directory Components
You can use the SDC Component Library module to preview them whilst you are building them, and then integrate them into your site once they are ready.
In this article we will look at setting up a theme with an SDC, and then using the SDC Component Library module preview that component.
#drupal #drupalDevelopment #singleDirectoryComponents #sdc #hashbangcode

Drupal 11: Using SDC Component Library To Preview Single Directory Components
Single Directory Components (SDC) consist of a directory of files that go together to create a small component on a Drupal website. SDC can be nested together, which means that a consistent set of elements can be created and plugged together on a site.The power of SDC comes from their ability to be self contained. If you have the need to build a complex component that displays data in a widget then building it as a SDC means that you can ensure that every time you include it, the same widget will be shown.

