@docthub.ui/ui-components
v0.0.11
Published
this is a docthub ui component lib, build using MUI, React, and Docthub design system XD files.
Maintainers
Readme
@docthub.ui/ui-components
This project contains a collection of reusable UI components for DocThub applications.
Features
- Built with React and TypeScript
- Styled using Material-UI (MUI)
- Component documentation and testing with Storybook
- Bundled with Vite and Rollup
Getting Started
Prerequisites
- Node.js (version 20.15.0 or later)
- npm (comes with Node.js)
Installation
Clone the repository:
git clone [repository-url]Navigate to the project directory:
cd @docthub.ui/ui-componentsInstall dependencies:
npm install
Development
To start the development server with Storybook:
