0.0.4 • Published 4 years ago

@sueldosrh/table-layout-component v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Layout-table

Layout of table.

PeerDependency

Install via NPM:

npm i @sueldosrh/icons-feather
npm i @sueldosrh/empty-result-table
npm i @sueldosrh/loading-page

Installation

Install via NPM:

npm i @sueldosrh/table-layout-component

Usage

TypeScript

import {TableComponentModule} from '@sueldosrh/table-layout-component';

@NgModule({
	imports: [
		TableComponentModule
	]
})
<my-table-layout [cargando]="cargando">
    
    <table table></table> 

<my-table-layout>

####Directives

Table

Captures the template of table.

Selector: table

Cargando

@Input()
cargando: boolean
default: true

Empty Table

@Input()
emptyResult: boolean
default: true

License

This project is licensed under the terms of the MIT license.

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago