0.1.1 • Published 4 months ago

@utima/components v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

@utima/components

Collection of React components used by Utima based on Ant Design.

Install

npm i -S @utima/components

Usage

import { Button, DatePicker } from '@utima/components';

export function App() {
  return (
    <>
      <Button type='primary'>Click</Button>
      <DatePicker placeholder='select date' />
    </>
  );
}
0.1.1

4 months ago

0.1.0

7 months ago