Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajanprajapati1/griffinui


https://github.com/rajanprajapati1/griffinui

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Griffin UI

Griffin UI is a versatile component library designed for React, Next.js, and other React frameworks. It provides a collection of reusable, high-quality UI components to help developers build modern, responsive, and visually appealing web applications with ease.

## Installation

You can install Griffin UI via npm or yarn.

### npm

```bash
npm install griffinui
```

### yarn

```bash
yarn add griffinui
```

## Usage

Once installed, import the components you need and start using them in your application:

```javascript
import { SkeletonLine } from 'griffinui';

function App() {
return (


Welcome to Griffin UI!




);
}

export default App;
```

For detailed documentation and component customization options, refer to the [Griffin UI Documentation]