
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@simpleview/cms-headless
Advanced tools
npm install cms-headless
CMS-Headless is a core library for supporting React CMS headless clients. This library is required to run a CMS-Headless Client and provides core functionality and components.
It is built on top of React Material-UI and is it recommended that you pin to the same version that CMS-Headless is using.
peerDependencies which are not bundled into the library in order to minimize the bundle size of those that are using the package. You will need to ensure all of the peerDependencies of the package are satisfied. See the package.json for the current peerDependencies.All components are exported individually and should be imported via destructuring to ensure proper tree-shaking.
import { Section } from "@simpleview/cms-headless"
For faster import statements, import just the resource you want, exposed by package.json "exports" key.
import Section from "@simpleview/cms-headless/components/Section";
cd d:\PATH\TO\sv-kubernetes\containers\cms-headless
npm install
sudo sv install cms-headless --type=container --branch=developcd /sv/containers/cms-headless
sudo npm run docker
yarn start
The service should now be accessible at http://kube.simpleview.io:6006/
When external parties consume this project the assumption is that all exported components are "top-level" meaning that you can destructure all necessary imports. This is necessary to ensure optimal and easy tree shaking.
import { Section, Unknown } from "@simpleview/cms-headless";
theme.Publishing to NPM and storybook is automated. You do not need to run build, or publish.
sudo sv install cms-headless --type=containersudo npm run dockeryarn startTo publish a new version, be
FAQs
CMS Headless Library
We found that @simpleview/cms-headless demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 22 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.