<!-- PROJECT LOGO -->
<div align="center">
  <a href="https://github.com/DouglasNeuroInformatics/libui">
    <img src="https://raw.githubusercontent.com/DouglasNeuroInformatics/libui/main/src/assets/libui-logo.svg" alt="Logo" width="100" >
  </a>
  <h3 align="center">@douglasneuroinformatics/libui</h3>
  <p align="center">
    Generic UI components for DNP projects, built using React and TailwindCSS 
    <br />
    <a href="https://douglasneuroinformatics.github.io/libui">
      <strong>Explore the docs »
      </strong>
    </a>
    <br />
    <br />
    <a href="https://github.com/DouglasNeuroInformatics/libui/issues" rel="noreferrer" target="_blank">Report Bug</a>
    ·
    <a href="https://github.com/DouglasNeuroInformatics/libui/issues" rel="noreferrer" target="_blank">Request Feature</a>
  </p>
</div>

<!-- PROJECT SHIELDS -->
<div align="center">

![license](https://img.shields.io/github/license/DouglasNeuroInformatics/libui)
![version](https://img.shields.io/github/package-json/v/DouglasNeuroInformatics/libui)
[![codecov](https://codecov.io/gh/DouglasNeuroInformatics/libui/graph/badge.svg?token=t9PkBDS01T)](https://codecov.io/gh/DouglasNeuroInformatics/libui)

</div>
<hr />

## About

A React component library built by the Douglas Neuroinformatics Platform (DNP) using [shadcn/ui](https://github.com/shadcn-ui/ui) with [React](https://react.dev/) and [TailwindCSS](https://tailwindcss.com/). Although primarily intended for internal use in our platforms, it is designed as a generic implementation.

## Documentation

For detailed installation, configuration, and usage instructions, please refer to [the documentation](https://douglasneuroinformatics.github.io/libui).

## Contributing

We welcome contributions! If you're interested in improving the library or adding new features, please refer to our contribution guide.

## License

This program is free software: you can redistribute it and/or modify
it under the terms of the Apache License 2.0.
