1.0.4 • Published 3 years ago

thunderui v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

thunderui

A powerful UI as thunder

NPM JavaScript Style Guide

Install

npm install --save thunderui

Settings

Set button text with text property

<Button text="Hello world" />

Colors

thunderui buttons color

default color:primary

<Button color="info" />

Types

thunderui buttons types

default type:solid

<Button type="outline" />

Sizes

thunderui buttons sizes

default size:medium

<Button size="large" />

Disabled

thunderui buttons 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

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago