@evercam/ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-preview-cameraPowerSchedule-b7b58a0a7 • Public • Published

Evercam UI

Description

Components libray for the Evercam frontends.

Installation

1- Install the package

yarn add @evercam/ui

2- Use the components in a Vue app by either:

  • Installing the library globally as a Vue plugin:
import Vue from "vue"
import EvercamUI from "@evercam/ui"

Vue.use(EvercamUI)
  • Or importing components individually:
<template>
  <EBadge text="Hello world" color="success" />
</template>

<script>
import { EBadge } from "@evercam/ui"

export default {
  components: {
    EBadge,
  },
}
</script>

Dev mode

You can preview the components and their stories by running the Histoire sever:

yarn story:dev

Readme

Keywords

none

Package Sidebar

Install

npm i @evercam/ui

Weekly Downloads

224

Version

1.0.0-preview-cameraPowerSchedule-b7b58a0a7

License

MIT

Unpacked Size

4.96 MB

Total Files

151

Last publish

Collaborators

  • evercam-account
  • affi00
  • driiitch
  • oussamaevercam
  • yzdbg
  • everyahia
  • rami_moum
  • javict
  • walid-salah
  • aymen_bouguedra