1.1.10 • Published 2 years ago

biga v1.1.10

Weekly downloads
19
License
MIT
Repository
github
Last release
2 years ago

biga

primeralibreria

NPM JavaScript Style Guide

Install

npm install --save biga

Usage

import React, { Component } from 'react'

import MyComponent from 'biga'
import 'biga/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

Components

** Button Options: -kind: 'success', 'info', 'primary', 'warning', 'danger' -type: 'button' -title: 'plain text', 'icon fas fa-pencil', -click: 'my function'

** DragAndDropList Options: -dataInitial: {id: 3, nombre: 'aaa'} -dataFinal: null || 0, 2, 1 --only array of ids

** HeaderTitle Options: -text: 'aaa'

** InputText Options: -onChangeInputHandler: 'my function' -title: 'aaa' -icon: 'fas fa-pencil' -optional -value: 'valor' - optional -type: 'form' -optional

** Modal Options: -title: 'my modal' -onClose: set true or false to show

** Notification Options: -type: 's', 'd', 'w', 'i', 'y', 'b' -message: 'aaaa' -title: 'aaaa' -ubication: 'ul', 'u', 'ur', 'r', 'dr', 'd', 'dl', 'l', 'c'

** SimpleTable Options: -data: {...}

** Table Options: -type: name of array data. -data: {...} -> dont forget id field -kind: 'ed' -> edit delete, 'fed' -> find edit delete

MIT © Cifre Benja(https://github.com/Cifre Benja)

1.1.10

2 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago