0.1.2 • Published 2 years ago

orenda v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Orenda

For DEMO purpose only. Project is in alpha phase. Please do not use it for production use.

Project setup

npm i orenda

Basic Usage

<template>
  <OrendaButton
    background="#fff"
    color="#000"
    text="Yo! Button works"
  />
</template>

<script>
import { OrendaButton } from 'orenda'

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