@shapla/react-components

A collection of React components.

Usage no npm install needed!

<script type="module">
  import shaplaReactComponents from 'https://cdn.skypack.dev/@shapla/react-components';
</script>

README

Shapla React Components

A collection of reusable React components for rapid development.

Table of contents

Installation

To install all components, run the following command in terminal

npm install --save @shapla/react-components

You can also install each component separately as your requirement.

For example,

to install Shapla React Button component, you can run in terminal npm install --save @shapla/react-button

Or to install Shapla React Modal component, you can run in terminal npm install --save @shapla/react-modal

Components