1.0.4 • Published 4 years ago
thunderui v1.0.4
thunderui
A powerful UI as thunder
Install
npm install --save thunderuiSettings
Set button text with text property
<Button text="Hello world" />Colors

default color:primary
<Button color="info" />Types

default type:solid
<Button type="outline" />Sizes

default size:medium
<Button size="large" />Disabled

<Button text="i am disabled" disabled/>You can set all button properties
<Button onClick={()=> alert("Hello world")} />Usage
import React from 'react'
import {Button} from 'thunderui'
import 'thunderui/dist/index.css'
export default function Example() {
return <Button text="I am thunderui button" />License
MIT © talhaekrem