To install this package to your project, you can follow the steps below.
using pnpm(goat):
pnpm add acmhacettepe-ui
using npm:
npm install acmhacettepe-ui
using yarn:
yarn add acmhacettepe-ui
You need to have a package manager installed in your system. You can use npm, yarn or pnpm.
- Install the package using your package manager
pnpm add acmhacettepe-ui
- Import the package to your project
import { Button } from 'acmhacettepe-ui';
function App() {
return (
<div>
<Button>Click me</Button>
</div>
);
}
export default App;
You can use the components in the package by importing them to your project.
import { Button } from 'acmhacettepe-ui';
function App() {
return (
<div>
<Button>Click me</Button>
</div>
);
}
export default App;
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the Project
-
Create your Feature Branch (git checkout -b feature/AmazingFeature)
-
Commit your Changes (git commit -m 'Add some AmazingFeature')
-
Push to the Branch (git push origin feature/AmazingFeature)
-
Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
ACM Hacettepe - acmhacettepe.com Sezai Emre Konuk - Github, LinkedIn, Twitter