0.5.3 • Published 5 years ago

atomio-vue v0.5.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Support

If you find this project interesting and wish to see it grow, you can support me via donations on following platforms:

Install

You can install the library via npm

npm install --save atomio-vue

Basic usage

You can install the whole library:

import Vue from "vue"
import Atomio from "atomio-vue"
import "atomio-vue/dist/atomio.min.css"

Vue.use(Atomio, {
    theming: {
        currentTheme: "primary"
    }
})

Or install library context and register required components:

import Vue from "vue"
import { AtomioContext } from "atomio-vue"
import { AtomioButton } from "atomio-vue/dist/components"

Vue.use(AtomioContext, {
   theming: {
       currentTheme: "primary"
   }
})

Vue.component(AtomioButton.name, AtomioButton)

Documentation

Documentation is available on Atomio website.

Explore

You can explore the library with Storybook.

npm run storybook

Changelog

You can see the project changelog here.

License

This project is released under the MIT License.

Copyright © 2020 Andrey "cognio" Chervyakov.

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago