ui-rc-components is a set of UI components for React.
With npm
npm install ui-rc-components
or install with yarn
yarn add ui-rc-components
Once the package is installed, you can import the library.
import { Avatar } from 'ui-rc-components';
<Avatar
image='https://picsum.photos/id/27/200/300'
label='Random image'
size='xl'
/>