bf-com-ui
TypeScript icon, indicating that this package has built-in type declarations

0.3.36 • Public • Published

COM-UI

  # yarn
  yarn add bf-com-ui -S --registry=https://registry.npmjs.org/

  # npm
  npm i wsign -S --registry=https://registry.npmjs.org/
  import React, { FC } from 'react';
  import { Avatar } from 'bf-com-ui';
  import 'bf-com-ui/dist/index/style/index.css';

  const Home:FC<{}> = props => {

    return (
      <Avatar src="https://example.com/example.png" />
    )
  }

Dependents (0)

Package Sidebar

Install

npm i bf-com-ui

Weekly Downloads

40

Version

0.3.36

License

MIT

Unpacked Size

1.31 MB

Total Files

88

Last publish

Collaborators

  • yoneyy
  • undefined_z
  • csx2008