1.8.4 • Published 1 year ago

@readapt/shared-components v1.8.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@readapt/shared-components

This package contains Vue.js components shared between readapt apps.

Installation

Prerequisites

Install peer-dependencies

  1. vue
  2. bootstrap
  3. bootstrap-vue
  4. @readapt/settings
  5. core-js

npm

  1. Install @readapt/shared-component
  npm install @readapt/shared-components

Usage

Register shared components in your Vue.js app typically your main.ts

import ReadaptComponents from '@readapt/shared-components'

Vue.use(ReadaptComponents)

Add the ReadaptComponent in your template for example:

<template>
  <readapt-color-picker :value="bar" @selectColor="fooFn" />
</template>

Or add it individually in your components (for smaller bundles)

import { defineComponent } from 'vue'
import { ColorPicker } from '@readapt/shared-components'

const MyComponent = defineComponent({
  components: { ColorPicker },
  setup() {
    // ...
  }
})
1.8.4

1 year ago

1.8.2

1 year ago

1.7.3

1 year ago

1.8.1

1 year ago

1.7.2

1 year ago

1.8.0

1 year ago

1.8.3

1 year ago

1.7.4

1 year ago

1.6.4

1 year ago

1.6.3

1 year ago

1.7.1

1 year ago

1.6.2

1 year ago

1.4.4

2 years ago

1.7.0

1 year ago

1.4.3

2 years ago

1.6.0

1 year ago

1.4.2

2 years ago

1.5.0

2 years ago

1.6.1-alpha.1

1 year ago

1.6.1-alpha.0

1 year ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

0.1.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago