Skip to content

Installation

Using Package Manager

Erabbit UI you can install it with:

sh
npm i erabbit -S
npm i erabbit -S
sh
pnpm i erabbit -S
pnpm i erabbit -S
sh
yarn add erabbit -S
yarn add erabbit -S
sh
bun add erabbit -S
bun add erabbit -S

Import in Browser

unpkg

html
<head>
  <!-- Import style -->
  <link rel="stylesheet" href="//unpkg.com/erabbit/dist/erabbit.min.css" />
  <!-- Import Vue 3 -->
  <script src="//unpkg.com/vue@3"></script>
  <script src="//unpkg.com/@vueuse/shared"></script>
  <script src="//unpkg.com/@vueuse/core"></script>
  <!-- Import component library -->
  <script src="//unpkg.com/erabbit"></script>
</head>
<head>
  <!-- Import style -->
  <link rel="stylesheet" href="//unpkg.com/erabbit/dist/erabbit.min.css" />
  <!-- Import Vue 3 -->
  <script src="//unpkg.com/vue@3"></script>
  <script src="//unpkg.com/@vueuse/shared"></script>
  <script src="//unpkg.com/@vueuse/core"></script>
  <!-- Import component library -->
  <script src="//unpkg.com/erabbit"></script>
</head>

jsDelivr

html
<head>
  <!-- Import style -->
  <link
    rel="stylesheet"
    href="//cdn.jsdelivr.net/npm/erabbit/dist/erabbit.min.css"
  />
  <!-- Import Vue 3 -->
  <script src="//cdn.jsdelivr.net/npm/vue@3"></script>
  <script src="//cdn.jsdelivr.net/npm/@vueuse/shared"></script>
  <script src="//cdn.jsdelivr.net/npm/@vueuse/core"></script>
  <!-- Import component library -->
  <script src="//cdn.jsdelivr.net/npm/erabbit"></script>
</head>
<head>
  <!-- Import style -->
  <link
    rel="stylesheet"
    href="//cdn.jsdelivr.net/npm/erabbit/dist/erabbit.min.css"
  />
  <!-- Import Vue 3 -->
  <script src="//cdn.jsdelivr.net/npm/vue@3"></script>
  <script src="//cdn.jsdelivr.net/npm/@vueuse/shared"></script>
  <script src="//cdn.jsdelivr.net/npm/@vueuse/core"></script>
  <!-- Import component library -->
  <script src="//cdn.jsdelivr.net/npm/erabbit"></script>
</head>

What is Erabbit UI ?

Practical & Beautiful component library, A Vue 3 based component library for erabbit web applications.

NameCompletedDescription
AreaArea Component
ButtonButton Component
Breadcrumb BreadcrumbItemBreadcrumb Component
Carousel CarouselItemCarousel Component
CheckboxCheckbox Component
ConfirmConfirm Component
showConfirmshowConfirm Function
DialogDialog Component
IconIcon Component
MessageMessage Component
showMessageshowMessage Function
ImageViewImageView Component
InfiniteLoadingInfiniteLoading Component
InputNumberInputNumber Component
MoreMore Component
PaginationPagination Component
SkeletonSkeleton Component
SkuSku Component
Step StepItemStep Component
Tab TabPanelTab Component

Released under the MIT License.