1.0.37 • Published 4 years ago
banex-ui-kit v1.0.37
ui-kit-banexcoin
UI Components of Banexcoin
Instalación
- Run
npm i banex-ui-kit
- Add Bootstrap style on App.js (Important, must go before App.css) import 'bootstrap/dist/css/bootstrap.min.css';
Input Component
import {Input} from "banex-ui-kit/dist"
Props Available:
- md total columns that it will occupy (1 - 12)
- type text || password || email || number
- label
- helptext
- required
- readOnly
- controlId
- placeholder
- defaultValue
- isInvalid
- errorlabel is important add isInvalid props
- isValid
- successlabel is important add isValid props
Button Component
import {Button} from "banex-ui-kit/dist"
Props Available:
- disabled
- size sm || lg
- variant primary || action
Dropdown / DropdownItems / DropdownDivider / DropdownFilter
import {Dropdown, DropdownItems, DropdownDivider} from "banex-ui-kit/dist"
Dropdown
Props Available:
- md total columns that it will occupy (1 - 12)
- id is required
- size
- label
- helptext
- disabled
- title is required
- menuAlign left | right | { sm: "left"|"right" } | { md: "left"|"right" } | { lg: "left"|"right" } | { xl: "left"|"right"}
DropdownItems
Props Available:
- active
- disabled
- eventKey
- href
- onClick | onSelect
DropdownDivider
DropdownFilter
Props Available:
- options it's an array with label and value of items
- md total columns that it will occupy (1 - 12)
- placeholder field message
- label
- helptext
- defaultValue
Navbar
Props Available:
1.0.37
4 years ago
1.0.36
4 years ago
1.0.35
4 years ago
1.0.34
4 years ago
1.0.29
4 years ago
1.0.28
4 years ago
1.0.27
4 years ago
1.0.33
4 years ago
1.0.32
4 years ago
1.0.30
4 years ago
1.0.26
4 years ago
1.0.25
4 years ago
1.0.24
4 years ago
1.0.22
4 years ago
1.0.23
4 years ago
1.0.21
4 years ago
1.0.20
4 years ago
1.0.19
4 years ago
1.0.18
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.6
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago