1.1.1 โข Published 4 years ago
korol-social-network-component-library v1.1.1
๐๏ธ 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-libraryInstallation
- Clone the repo
git clone https://github.com/Volodya-Korol/korol-social-network-component-library- Install NPM packages
npm install- Run command
npm run storybookUsage
First create a CRA and run the command
npm i styled-components korol-social-network-component-libraryThen 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