Files
myeasycms-v2/packages/ui
Giancarlo Buomprisco 9615d1a4bb Documentation Updates (#79)
* Docs: Added Shadcn sidebar; added algorithm to automatically infer parents without needing to specify it.
* Extracted Markdoc compilation in a separate file
* Site Navigation: simplify nav by removing the border
* Docs Navigation: added TOC; improved layout on mobile
2024-10-30 20:49:44 +08:00
..
2024-10-30 20:49:44 +08:00
2024-10-09 11:24:56 +02:00
2024-10-30 12:46:55 +08:00
2024-03-24 02:23:22 +08:00
2024-10-09 11:24:56 +02:00

UI - @kit/ui

This package is responsible for managing the UI components and styles across the app.

This package define two sets of components:

  • shadn-ui: A set of UI components that can be used across the app using shadn UI
  • makerkit: Components specific to MakerKit

Installing a Shadcn UI component

To install a Shadcn UI component, you can use the following command in the root of the repository:

npx shadcn@latest add <component> -c packages/ui

For example, to install the Button component, you can use the following command:

npx shadcn-ui@latest add button -c packages/ui