1.2.7 • Published 1 year ago

@opherlabs/components v1.2.7

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

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-0

1 year ago