1.1.1 โ€ข Published 2 years ago

korol-social-network-component-library v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

๐Ÿ—๏ธ Built With

๐Ÿš€ Getting Started

To install korol-social-network-component-library in your project, you will need to run the following command using npm:

npm install korol-social-network-component-library

Installation

  1. Clone the repo
git clone https://github.com/Volodya-Korol/korol-social-network-component-library
  1. Install NPM packages
npm install
  1. Run command
npm run storybook

Usage

First create a CRA and run the command

npm i styled-components korol-social-network-component-library

Then import the Button from the package and paste it into the App component

import { Button } from 'korol-social-network-component-library';
const App = () => {
  return (
    <Button model="primary" shape="circle">
      Hello World
    </Button>
  );
};

Finally run the command

npm start

๐Ÿ“ License

Licensed under the MIT License.

๐Ÿค™ Contact

Volodya Korol - volodyakorol48@gmail.com

Telegram - t.me/VolodyaKorol

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago