@utima/components
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@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' />
    </>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @utima/components

Weekly Downloads

1

Version

0.1.1

License

none

Unpacked Size

1.62 kB

Total Files

4

Last publish

Collaborators

  • adamhemzal
  • jsimck