eco3d_ui_pkg
v1.0.1
Published
This UI package is used to make Re-useable React Components that can be used in different Eco3D projects.<br/> The package is built upon some packages that need to be installed on the other projects.<br/>
Downloads
59
Readme
Intro
This UI package is used to make Re-useable React Components that can be used in different Eco3D projects. The package is built upon some packages that need to be installed on the other projects.
Required Packages installation on Used Project
Shadcn UI Package Lucide Icons Package Tailwindcss UI Package
Shadcn Required Components Installation
As this uses Shadcn components some need to be installed locally within the target project before using the package.
to install a component use this command.
npx shadcn@latest add X
where X is the name of the component
example -> npx shadcn@latest add input
Shadcn Required Components
input
tooltip
label
button
Components
All the Components Start with E3 to avoid name conflicts.
