Installation

🚧 Still Under construction 🚧

init (Next.js)

To init Ever UI, you can run the following command:

npx ever-ui-clx@0.2.1 init

Running this command will create these files:

IconclassNames.ts
Iconclassed.ts
Iconconstants.ts
Iconindex.ts
Iconparser.ts
Icontypes.ts
Iconutils.ts
Iconclassed.tsx
Iconclx-merge.ts
Iconpolymorphic.ts
Iconproxy.ts
Icontypes.ts
Iconunique.ts
Iconcomponents.json

clx

🚧 Still Under construction 🚧

See how you can use Clx here.

components.json

The components.json file holds configuration for your project.

We use it to understand how your project is set up and how to generate components customized for your project.

Note: The components.json file is optional and only required if you're using the CLI to add components to your project. If you're using the copy and paste method, you don't need this file.

🚧 Still Under construction 🚧