MyLibraryComponent.cs
using Sandbox;

/// <summary>
/// This is a component - in your library!
/// </summary>
[Title( "Radio Player - My Component" )]
public class MyLibraryComponent : Component
{

}