1.2.7 • Published 9 months ago

@opherlabs/components v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Itthynk Gaming Components Library

A collection of reusable NextJs Optimized components for building scalable user interfaces.

Installation

To install the library, run the following command:

# npm
npm install @itthynk/components
# yarn
yarn add @itthynk/components
# pnpm
pnpm add @itthynk/components

Usage

To use the components, import them from the library and render them in your React application.

import { Example } from '@itthynk/components';

function App() {
        return (
                <div>
                        <Example />
                </div>
        );
        }

Components

  • Example Component - v0.0.0
1.2.7

9 months ago

1.2.6

9 months ago

1.2.5

9 months ago

1.2.4

9 months ago

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

1.0.0-0

9 months ago