korol-social-network-component-library

Component Library for Korol Social Network

?️ 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 – [email protected]

Telegram – t.me/VolodyaKorol

GitHub

View Github