acmhacettepeui
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

  1. Install the package using your package manager
pnpm add acmhacettepe-ui
  1. 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.

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. 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

Acknowledgements

Readme

Keywords

Package Sidebar

Install

npm i acmhacettepeui

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

5.54 kB

Total Files

11

Last publish

Collaborators

  • sezaiemrekonuk