1.7.0 โ€ข Published 11 months ago

@discue/ui-components v1.7.0

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

GitHub tag Latest Stable Version License NPM Downloads NPM Downloads contributions - welcome Made with Node.js

ui-components

A collection of themeable vue.js components used in discue.io.

๐Ÿ“ฆ Installation

Install the package via npm:

  npm install @discue/ui-components

๐Ÿš€ Usage

In your component files, import any ui component from the main export and use it in your template.

<template>
    <NavLink href="#pricing">Go to pricing</NavLink>
</template>

<script setup>
import { NavLink } from '@discue/ui-components'
</script>

The list of currently available components can be found at ui.discue.io.

โœจ Theming

To change the default theme, register the module as a Vue Plugin and pass an object with theme properties. Valid theme property keys can be found in theme.js and theme-keys.js.

import { theme } from '@discue/ui-components'
import { createApp } from 'vue'
import App from './App.vue'

createApp(App)
    .use(theme, {
        [theme.TEXT_COLOR_DEFAULT]: 'text-gray-500'
    })
    .mount('#app')

๐Ÿงช Running Tests

To run tests, run the following command

  npm run test:unit

๐Ÿ“„ License

MIT

1.2.0

11 months ago

1.0.0

12 months ago

1.6.0

11 months ago

1.4.0

11 months ago

1.1.0

11 months ago

1.7.0

11 months ago

1.5.0

11 months ago

1.3.0

11 months ago

0.43.0

2 years ago

0.48.0

2 years ago

0.46.0

2 years ago

0.44.0

2 years ago

0.47.1

2 years ago

0.49.0

2 years ago

0.47.0

2 years ago

0.45.0

2 years ago

0.41.0

3 years ago

0.42.0

3 years ago

0.40.0

3 years ago

0.39.0

3 years ago

0.38.2

3 years ago

0.38.1

3 years ago

0.38.0

3 years ago

0.37.0

3 years ago

0.36.1

3 years ago

0.36.0

3 years ago

0.35.0

3 years ago

0.34.0

3 years ago

0.33.0

3 years ago

0.32.1

3 years ago

0.32.0

3 years ago

0.31.1

3 years ago

0.31.0

3 years ago

0.30.0

3 years ago

0.29.0

3 years ago

0.28.0

3 years ago

0.27.0

3 years ago

0.29.2

3 years ago

0.29.1

3 years ago

0.26.0

3 years ago

0.25.0

3 years ago

0.24.0

3 years ago

0.21.0

3 years ago

0.23.0

3 years ago

0.22.0

3 years ago

0.20.0

3 years ago

0.19.0

3 years ago

0.13.0

4 years ago

0.14.0

4 years ago

0.13.1

4 years ago

0.15.0

4 years ago

0.16.0

4 years ago

0.17.0

4 years ago

0.18.0

4 years ago

0.10.0

4 years ago

0.3.0

4 years ago

0.11.0

4 years ago

0.9.0

4 years ago

0.12.0

4 years ago

0.8.0

4 years ago

0.9.1

4 years ago

0.4.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.2.0

4 years ago