0.0.17 • Published 5 months ago

nic-ui v0.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

React UI Library

This repository contains a collection of reusable React components and styles for building user interfaces. The components are specifically designed to for NIC modern web-apps.

Installation

To install the library, you can use npm or yarn:

npm install nic-ui

Usage

Import the components you need from the library and start using them in your React application:

import { Button } from 'nic-ui';

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

export default App;

For detailed documentation and examples, please refer to the official documentation.

Contributing

We welcome contributions from the community. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

0.0.10

5 months ago

0.0.11

5 months ago

0.0.12

5 months ago

0.0.13

5 months ago

0.0.14

5 months ago

0.0.15

5 months ago

0.0.9

6 months ago

0.0.16

5 months ago

0.0.8

6 months ago

0.0.17

5 months ago

0.0.5

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

1.0.0

11 months ago