castromaciel / ui-rollingcode

ui-rc-components is a set of UI components for React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui-rc-components

ui-rc-components is a set of UI components for React.

npm version License downloads

Download

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.

Usage

import { Avatar } from 'ui-rc-components';

<Avatar 
  image='https://picsum.photos/id/27/200/300'
  label='Random image'
  size='xl'
/>

About

ui-rc-components is a set of UI components for React.

License:MIT License


Languages

Language:TypeScript 67.7%Language:SCSS 20.0%Language:JavaScript 9.6%Language:HTML 2.7%