React component library based on Xlox design system
npm install @xlox/ui- For using
Components
import { HorizontalDivider, Row } from "@xlox/ui";- For using
Primitives
import { mainColors } from "@xlox/ui";- For using
Types
import { ButtonProps } from "@xlox/ui";-
Step 1runnpm run plop
-
Step 2choosecomponentfrom the provided option -
Step 3provide the required details about the component -
Step 4after the component is developed, expose it for consumtion via acomponents/index.ts -
Step 5Go toUIkit path via cdBuildthe components as a library for consumtion via anpm run build