@opherlabs/components
v1.2.7
Published
A collection of reusable NextJs Optimized components for building scalable user interfaces.
Downloads
57
Keywords
Readme
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
- [x] Example Component - v0.0.0