0.4.1 • Published 3 years ago

@oktus/ui v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installation

$ npm install @oktus/ui

# or using yarn
$ yarn add @oktus/ui

Usage

<template>
  <Button props />
</template>

<script>
import { Button } from '@oktus/ui'

export default {
  name: 'App',
  components: {
    Button
  }
}
</script>

Documentation

Storybook

License

MIT

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago