Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajanprajapati1/griffinui
https://github.com/rajanprajapati1/griffinui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajanprajapati1/griffinui
- Owner: rajanprajapati1
- Created: 2024-07-18T15:37:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T17:18:58.000Z (5 months ago)
- Last Synced: 2024-07-18T23:07:56.412Z (5 months ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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]