1.0.2 • Published 2 years ago
gradientui v1.0.2
gradientui
patika.dev task-5
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