korol-social-network-component-library
v1.1.1
Published
<!-- PROJECT LOGO --> <br /> <p align="center"> <img src="https://i.ibb.co/VxjhLt7/logo.png" alt="Logo" width="100" height="80"> <p align="center"> Component Library for Korol Social Network <br /> <a href="https://61844bd90419aa003a551961
Downloads
40
Readme
🏗️ 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
- Clone the repo
git clone https://github.com/Volodya-Korol/korol-social-network-component-library
- Install NPM packages
npm install
- 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