0.1.0 • Published 2 years ago

@jrc-internal-systems/ui v0.1.0

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

Junior Consulting: UI

Description

This is collection of reusable React components and assets to be used in Junior Consulting projects.

Using the components

You use the library just like you would any other React component library. You can import the components that you want to use and use them in your application.

Installation

# Install the package
pnpm i @jrc-internal-systems/ui

In your application, import the components that you want to use:

import { Footer } from "@jrc/ui";

export default function App() {
  return (
    <div>
      <Footer />
    </div>
  );
}

For more details on how to run the project and contribute to it, see CONTRIBUTING.md.

0.1.0

2 years ago

0.0.2

2 years ago