Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@orangesk/cms-templates

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orangesk/cms-templates

A package containing templates and components for CMS.

beta
latest
Source
npmnpm
Version
1.0.0-beta.31
Version published
Weekly downloads
237
-29.46%
Maintainers
3
Weekly downloads
 
Created
Source

CMS Templates

A package containing templates and components for CMS.

Installation

npm install @orangesk/cms-templates

Included Assets

This package includes the following resources:

  • Images - Graphics and visual assets for components
  • shame.css - Additional stylesheet for component styling

Styling

Color Management

This package uses CSS custom properties (variables) for color management of colors, which are not in design system. So use it instead of hardcoded backgroundColor values. This provides better color consistency and maintainability.

Example:

// Instead of:
style={{ backgroundColor: "#D9DAC6" }}

// Use:
style={{ "--color-background-primary": "#D9DAC6" }}

FAQs

Package last updated on 03 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts