0.0.10 • Published 2 years ago

kramarit v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Kramar IT Studio Library

This is a library developed by Kramar IT Studio, containing a set of useful components and utilities for React applications. Installation

You can install this library using npm:

npm install kramarit --save

Usage

Import the components or utilities you need from the library and use them in your React application:

import { Button } from 'kramarit';

function App() {
  return (
    <div>
      <Button>Click me</Button>
    </div>
  );
}

Contributing

If you want to contribute to this library, please create a pull request on GitHub. All contributions are welcome! License

This library is licensed under the MIT License. See the LICENSE file for details.

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago