1.0.9 • Published 4 months ago

@guyka/gk-ui v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

GK-UI

UI library for React

Description

Simple UI libaray for all kinds of react projects / apps .

Initialize

  • Install dependencies
$ npm i @guyka/gk-ui
  • Import and usage
import {Button} from '@guyka/gk-ui'

const MyPage = () =>{

return (
    <div>
      / .... /
          <Button
          onClick={...}
          text='Submit'
          type='button'
          color='white'
          fontWeight='600'
          width='150px'
          />
    </div>
  )
}

License

MIT © Guy Kabilio

1.0.9

4 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.0

8 months ago