1.0.3 • Published 4 years ago

@kealm/react-components v1.0.3

Weekly downloads
8
License
ISC
Repository
-
Last release
4 years ago

Kealm React Components

Description

A React UI library based on React Hook

Link

  • Environment Support
  • Install
  • Usage
  • Document
  • Change Log
  • react ^16.8.0
  • react-dom ^16.8.0
  • Browser:Chrome、Firefox、Safari、Opera、>= IE9
npm install --save @kealm/react-components
Use style:
import '@kealm/react-components/styles/index.css';

Use components:
import { Button } from '@kealm/react-components';
 
const App = () => (
    <Button type="primary">PRESS ME</Button>
);

2020-01-07

v1.0.0

  • Release v1.0.0

  • Includes 25 components

2020-01-07

v0.1.0

  • Release testing