Web Totals

RC Component

#rc-dialog

  • Install

npm
yarn
pnpm
bun
 npm install rc-dialog
bash
 yarn add rc-dialog
bash
 pnpm i rc-dialog
bash
 bun install rc-dialog
bash

  • Add CSS CDN into html file
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cdnhust/rcstyles@master/rc-dialog.css" />
html

#rc-picker

  • Install

npm
yarn
pnpm
bun
 npm install rc-picker
bash
 yarn add rc-picker
bash
 pnpm i rc-picker
bash
 bun install rc-picker
bash

  • Add CSS CDN into html file
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cdnhust/rcstyles@master/rc-picker.css" />
html

#rc-select

  • Install

npm
yarn
pnpm
bun
 npm install rc-select
bash
 yarn add rc-select
bash
 pnpm i rc-select
bash
 bun install rc-select
bash

  • Add CSS CDN into html file
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cdnhust/rcstyles@master/rc-select.css" />
html

#rc-tooltip

  • Install

npm
yarn
pnpm
bun
 npm install rc-tooltip
bash
 yarn add rc-tooltip
bash
 pnpm i rc-tooltip
bash
 bun install rc-tooltip
bash

  • Add CSS CDN into html file
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cdnhust/rcstyles@master/rc-tooltip.css" />
html