1.2.9 • Published 5 years ago

fat_cat_ui v1.2.9

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Name

Fat Cat UI

Description

This is a UI library for react. Just for fun.

Install

npm install fat_cat_ui

Usage

  import * as React from 'react'
  import { Button } from 'fat_cat_ui'

  const page = () => {
    return (
      <Button type="primary">Hello</Button>
    )
  }

  export default page

Components

Button

Attribute

  • type: default | primary | dashed | text | link >>> We could defind 'type' to change the type of button
  • shape: circle | circle-outline | round >>> We could defind 'shape' to change the shape of button
  • onClick: fn() event >>> We could defind 'onClick' event to listen the clicking, using same as the raw html event
  • htmlType: button | submit | reset >>> Same as the raw html button type
  • href: Using like tag a

Supported Component

  • Button
1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.3

5 years ago

1.1.5

5 years ago

1.1.3

5 years ago

1.1.1

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago