1.0.16 • Published 2 years ago

@keoworld/gbl-ui-kit v1.0.16

Weekly downloads
-
License
GPL-3.0-or-later
Repository
gitlab
Last release
2 years ago

@keoworld/gbl-ui-kit

User Interface KIT by Keo

NPM JavaScript Style Guide

Install

npm install --save @keoworld/gbl-ui-kit

Usage

import React from 'react'
import { Theme, Input, Button } from '@keoworld/gbl-ui-kit'
import LOGO from '@keoworld/gbl-ui-kit/assets/logo/android-chrome-192x192.png'
import '@keoworld/gbl-ui-kit/styles/index.css'

const App = () => {
  return (
    <ThemeProvider theme={THEME}>
      <header>
        <img alt='logo' src={LOGO} />
        <h1>User Interface KIT</h1>
      </header>
      <Input
        label='Single-line input label'
        placeholder='Input text for a single line field'
        value='Lorem ipsum dolor sit amet'
        error='Lorem ipsum dolor sit amet, consectetuer.'
      />
      <Button>Button 1</Button>
    </ThemeProvider>
  )
}

License

GNU GPLv3 © keoworld

0.1.7

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.5

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago