1.1.5 • Published 7 months ago

@obiba/quasar-ui-amber v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Amber Form Components

npm npm

Compatible with Quasar UI v2 and Vue 3.

Components

  • QADate input with date picker, using ISO-8601 format
  • QADatetime input with date and time pickers, using ISO-8601 and 24h formats
  • QATime input with time picker, using 24h format
  • QAAutocomplete input is a text field with autocomplete
  • QAImageSelect input is a select component combined with an image map
  • QAMap input is a geographic map on which points, linestrings and polygons can be selected, using GeoJSON format
  • QASection is a section component (a header and a body), with Markdown support

Usage

Quasar CLI project

Install the App Extension.

OR:

Create and register a boot file:

import Vue from 'vue'
import Plugin from 'quasar-ui-amber'

Vue.use(Plugin)

OR:

<script>
import { Component as QADate } from 'quasar-ui-amber'

export default {
  components: {
    QADate
  }
}
</script>

Vue CLI project

import Vue from 'vue'
import Plugin from 'quasar-ui-amber'

Vue.use(Plugin)

OR:

<script>
import { QADate } from 'quasar-ui-amber'

export default {
  components: {
    QADate
  }
}
</script>

UMD variant

Exports window.amberFormUI.

Add the following tag(s) after the Quasar ones:

<body>
  <!-- at end of body, AFTER Quasar script(s): -->
  <script src="https://cdn.jsdelivr.net/npm/quasar-ui-amber/dist/index.umd.min.js"></script>
</body>

Setup

$ yarn

Developing

# start dev in SPA mode
$ yarn dev

# start dev in UMD mode
$ yarn dev:umd

# start dev in SSR mode
$ yarn dev:ssr

# start dev in Cordova iOS mode
$ yarn dev:ios

# start dev in Cordova Android mode
$ yarn dev:android

# start dev in Electron mode
$ yarn dev:electron

Building package

$ yarn build

Adding Testing Components

in the ui/dev/src/pages you can add Vue files to test your component/directive. When using yarn dev to build the UI, any pages in that location will automatically be picked up by dynamic routing and added to the test page.

Adding Assets

If you have a component that has assets, like language or icon-sets, you will need to provide these for UMD. In the ui/build/script.javascript.js file, you will find a couple of commented out commands that call addAssets. Uncomment what you need and add your assets to have them be built and put into the ui/dist folder.

License

MIT (c) Yannick Marcon yannick.marcon@obiba.org

1.1.1

9 months ago

1.1.5

7 months ago

1.1.4

8 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago

0.9.3

2 years ago

0.10.1

2 years ago

0.10.2

2 years ago

0.10.3

2 years ago

0.10.4

2 years ago

0.10.5

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.5

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago