acmhacettepeui v0.0.3
ACM Hacettepe UI Kit
Getting Started
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
Prerequisites
You need to have a package manager installed in your system. You can use npm, yarn or pnpm.
Installation
- 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;
Usage
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;
Contributing
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
License
Distributed under the MIT License. See LICENSE for more information.
Contact
ACM Hacettepe - acmhacettepe.com Sezai Emre Konuk - Github, LinkedIn, Twitter