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 1
runnpm run plop
-
Step 2
choosecomponent
from the provided option -
Step 3
provide the required details about the component -
Step 4
after the component is developed, expose it for consumtion via acomponents/index.ts
-
Step 5
Go to
UIkit path via cdBuild
the components as a library for consumtion via anpm run build