1.0.2 • Published 1 year ago

gradientui v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

gradientui

Package link

patika.dev task-5

NPM JavaScript Style Guide

Install

npm install gradientui

Usage

import React from 'react'
import { Button } from 'gradientui'
import 'gradientui/dist/index.css'

const App = () => {
  return (
    <>
    <Button text={"Primary Button"} type={"primary"} />
    <Button text={"Default Button"} type={"default"} />
    <Button text={"Dashed Button"} type={"dashed"} />
    <Button text={"Text Button"} type={"text"} />
    <Button text={"Link Button"} type={"link"} />
  </>
    )
}

License

MIT © atifsimsek

View

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago