@talizen/talizen-sections
v0.1.11
Published
Talizen landing sections as a shadcn-compatible registry (Hero-first).
Readme
Talizen Sections
Talizen Sections provides reusable page section components for websites, product pages, landing pages, and similar scenarios. Components are published as shadcn registry JSON and can be installed into any React project configured with shadcn using the official CLI.
Configure Registry
Add the registries configuration to components.json in the consuming project:
{
"registries": {
"@talizen-sections": "https://unpkg.com/@talizen/talizen-sections@latest/public/r/{name}.json"
}
}After configuration, entries can be referenced with @talizen-sections/<name>. The {name} placeholder maps to the published registry JSON for that entry.
Install in a Project
Package name: @talizen/talizen-sections
Install with the registry alias:
npx shadcn@latest add @talizen-sections/hero-01Install with the full URL:
npx shadcn@latest add https://unpkg.com/@talizen/talizen-sections@latest/public/r/hero-01.jsonAdd from the full registry index, depending on whether your local shadcn version supports a registry root URL:
npx shadcn@latest add https://unpkg.com/@talizen/talizen-sections@latest/public/r/registry.jsonIf unpkg is delayed, replace latest with a published semver version.
License
MIT
