@mithicher/septemberui

0.0.4 • Public • Published

Septemberui

A collection of simple, modular and component library that gives you the building blocks you need to build your Laravel-Vue applications.

Installation

npm install --save @mithicher/septemberui

Usage

In Main.js

import Vue from 'vue'
import "@mithicher/septemberui/dist/septemberui.css";

In SFC (Single File Components)

<script>
import { TextInput } from "@mithicher/septemberui";

export default {
	components: {
		TextInput
	},

	data() {
		return {
		};
	},
	methods: {
	}
};
</script>

Live Examples

See Live Examples.

Readme

Keywords

none

Package Sidebar

Install

npm i @mithicher/septemberui

Weekly Downloads

6

Version

0.0.4

License

none

Unpacked Size

6.21 MB

Total Files

73

Last publish

Collaborators

  • mithicher