Installation
To get started, follow the steps below to install and set up @gelato-ui in your project.
1. Install via npm
Run the following command in your project directory:
- Html
- React
- Vue
- Angular
npm install @gelato-ui/components --save
npm install @gelato-ui/react --save
npm install @gelato-ui/vue --save
npm install @gelato-ui/angular --save
2. Install via yarn
Run the following command in your project directory:
- Html
- React
- Vue
- Angular
yarn add @gelato-ui/components
yarn add @gelato-ui/react
yarn add @gelato-ui/vue
yarn add @gelato-ui/angular
2. Install via pnpm
Run the following command in your project directory:
- Html
- React
- Vue
- Angular
pnpm i @gelato-ui/components
pnpm i @gelato-ui/react
pnpm i @gelato-ui/vue
pnpm i @gelato-ui/angular