@enyxs/wikex-components
v0.8.15
Published
Reusable, CMS-ready React blocks built with Material UI.
Downloads
425
Readme
@enyxs/wikex-components
Reusable Material UI blocks with CMS metadata and inline-edit support.
Included blocks
hero-bannerfeature-gridimage-textcall-to-actionannouncement-barmetrics-striptestimonial-gridfaq-sectionpricing-planslogo-cloudsite-header(Minimal UI)centered-header(Minimal UI)utility-header(Minimal UI)site-footer(Minimal UI)compact-footer(Minimal UI)newsletter-footer(Minimal UI)social-footer(Minimal UI)download-section(Wikex)
All blocks except download-section are part of the minimal-ui library. The
download-section belongs to wikex, allowing hosts to show separate component libraries.
Wikex download assets are stored in src/wikex/assets/download-section/. Replace the placeholder
files there, then update src/wikex/download-assets.ts if the filenames or formats change.
Install
Before publishing to an npm registry, consume the versioned GitLab package:
npm install git+ssh://[email protected]/tamenyxs/wikex-components.git#v0.8.1Use with a CMS registry
import { wikexCmsBlocks } from "@enyxs/wikex-components";
export const cmsCodeBlocks = [...wikexCmsBlocks];The package has React, Material UI and Emotion as peer dependencies, so the host app owns their versions.
Release
npm run check
npm run build
git tag v0.8.1
git push origin main --tags