gradientui

1.0.2 • Public • Published

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


Readme

Keywords

none

Package Sidebar

Install

npm i gradientui

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

6.34 kB

Total Files

7

Last publish

Collaborators

  • atifsimsek