0.2.0 • Published 2 years ago

gs-component v0.2.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

A small but functional npm package

Install

Install using npm install gs-module

Usage

In a React app, use the Button or Badge components:
import { Button } from 'gs-module'
import { Badge } from 'gs-module'

Button props

NameDescription

| label | string
| kind | 'Primary' | 'Outline' | 'Inline' | 'Ghost' | ' Warning'
| data-id | string
| type | 'button' | 'submit' | 'reset'
| name | string
| value | string
| disabled | Boolean
| onClick | function

Badge props

NameDescription
valueinteger