A collection of reusable NextJs Optimized components for building scalable user interfaces.
To install the library, run the following command:
# npm
npm install @itthynk/components
# yarn
yarn add @itthynk/components
# pnpm
pnpm add @itthynk/components
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>
);
}
- [x] Example Component - v0.0.0