@frachtwerk/essencium-lib
v7.6.0
Published
This is the component library for the Essencium frontend.
Downloads
672
Maintainers
Readme
Essencium
Check out the docs
Essencium consists of a core library (called lib
inside the monorepo and @frachtwerk/essencium-lib
on npm).
Table of Contents
Project architecture
All components are developed inside the lib and imported inside the app. That allows us to easily update our lib package.
src
├── components
│ ├── TestComponent
│ │ ├── index.ts
│ │ ├── TestComponent.tsx
├── index.ts
.commitlintrc.json
.eslintignore
.eslintrc.json
.gitignore
.prettierignore
.prettierrc.json
package.json
postcss.config.cjs
README.md
rollup.config.js
tailwind.config.cjs
tsconfig.json