1.2.9 • Published 6 years ago
fat_cat_ui v1.2.9
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 pageComponents
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
6 years ago
1.2.8
6 years ago
1.2.7
6 years ago
1.2.6
6 years ago
1.2.5
6 years ago
1.2.3
6 years ago
1.1.5
6 years ago
1.1.3
6 years ago
1.1.1
6 years ago
1.1.2
6 years ago
1.1.0
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago