0.1.0 • Published 3 years ago

unnnic-project v0.1.0

Weekly downloads
11
License
-
Repository
-
Last release
3 years ago

Unnnic-project

Install dependancies

yarn install

Launches storyboard for documentation view

yarn storybook

Inside the "Docs" tab, click "Show Code" to see an example of the component being used

Importing the project

Add library to your Vue.js project

yarn add unnnic-project

Import and use components as needed

Ex.:

<template>
    <unnnic-input placeholder="Placeholder" />
</template>

<script>
import { unnnicInput } from 'unnnic-project';

export default {
  components: {
    unnnicInput,
  },
};
</script>

<style>
@import '~unnnic-project/dist/unnnic.css';
</style>
0.1.0

3 years ago

0.0.1

3 years ago