vue-components-noatum
v1.3.48
Published
Library Components Portos
Downloads
28
Maintainers
Readme
Component Library
Welcome to the Noatum component library by [vue-components-noatum]. This library provides a collection of reusable components for Vue.js.
Installation
You can install this component library using npm:
npm i vue-components-noatum
Import Global Styles from Your Library
Add this in the main.ts of your project:
import 'vue-components-noatum/dist/style.css';
And add this in the in assets in global.scss of your project:
@import '../../node_modules/vue-components-noatum/src/assets/global.scss';
Declarate Modules
Create a file vue-components-noatum.d.ts in your project and add the following line:
declare module 'vue-components-noatum';
Import Components
import { BaseButton, BaseCard, BaseIcon, BaseInput, BaseSearch, BaseTable, NavigationItem, DefaultLoader, DefaultError } from 'vue-components-noatum'
Using Component
< BaseTable />