1.0.1 • Published 10 months ago

@opherlabs/components v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.0.0-0

10 months ago