@cenero/front-end-library
v1.4.0
Published
Cenero's shared front-end library — standardized components, hooks, utilities and styles
Downloads
1,974
Keywords
Readme
@cenero/front-end-library
Cenero's shared front-end library for standardizing development across all Cenero React applications. It provides a single package that gives every project consistent UI components, styling, hooks, utilities, stores, and more — so teams don't have to rebuild the same things (with minor differences) in every app.
The component layer is built on HeroUI v3, with Cenero branding applied automatically via CSS overrides. But components are just one part of the library — it also serves as the central home for shared business logic, common patterns, and reusable code that all Cenero front-end projects need.
Documentation
Full documentation — installation, theming, providers, components, hooks, and more — lives at:
https://cenerollc.github.io/Cenero.FrontEndLibrary/
Installation
pnpm add @cenero/front-end-libraryRequires React >= 19, React DOM >= 19, and Tailwind CSS >= 4 as peer dependencies. See the Installation guide for full setup steps.
Contributing
See the Contributing guide for architecture, workflows, and conventions for developers working on the library itself.
