1.8.0 • Published 2 months ago

@creativehub/marketrix-ui v1.8.0

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Project Name

marketrix-UI This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Usage
To use the @creativehub/marketrix-ui package in your TypeScript or React project, follow these steps:

Install the package:
bash
Copy code
npm install @creativehub/marketrix-ui
# or
yarn add @creativehub/marketrix-ui
# or
pnpm install @creativehub/marketrix-ui

In your project, import the desired component(s) from @creativehub/marketrix-ui. For example:
jsx
Copy code
import { Button } from '@creativehub/marketrix-ui';

Use the imported component(s) in your code. For Next.js projects, create a separate file and export the component. For example:
jsx
Copy code
// File: MyComponent.tsx
'use client'
import React from 'react';
import { Button } from '@creativehub/marketrix-ui';

const MyComponent = () => {
  return (
    <div>
      <Button>Click me</Button>
    </div>
  );
};

export default MyComponent;
Import and use the component file in the page where you want to use the component. For example:
jsx

// File: pages/index.tsx
import React from 'react';
import MyComponent from '../path/to/MyComponent';

const HomePage = () => {
  return (
    <div>
      <h1>Welcome to my Next.js project</h1>
      <MyComponent />
    </div>
  );
};

export default HomePage;
By following these steps, users of your Next.js project can install the @creativehub/marketrix-ui package and import the components to use them in their pages.

Learn More
To learn more about Next.js, take a look at the following resources:

Next.js Documentation - learn about Next.js features and API.
Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

css
Copy code
1.8.0

2 months ago

1.7.9

2 months ago

1.7.8

2 months ago

1.7.7

2 months ago

1.7.6

3 months ago

1.7.5

3 months ago

1.7.4

3 months ago

1.7.3

3 months ago

1.7.2

3 months ago

1.2.0

8 months ago

0.8.9

9 months ago

0.8.8

9 months ago

0.8.5

10 months ago

0.8.4

10 months ago

0.8.7

10 months ago

0.8.6

10 months ago

1.6.4

6 months ago

1.2.8

8 months ago

1.6.3

6 months ago

1.2.7

8 months ago

1.6.2

6 months ago

1.2.6

8 months ago

1.6.1

7 months ago

1.2.5

8 months ago

1.6.0

7 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.3.9

8 months ago

1.3.8

8 months ago

0.7.2

10 months ago

0.7.1

10 months ago

0.7.4

10 months ago

0.7.3

10 months ago

0.7.0

10 months ago

1.1.1

9 months ago

0.9.8

9 months ago

1.1.0

9 months ago

0.9.7

9 months ago

0.9.9

9 months ago

0.9.4

9 months ago

0.9.3

9 months ago

0.9.6

9 months ago

0.9.5

9 months ago

1.5.5

7 months ago

1.1.9

8 months ago

1.5.4

7 months ago

1.1.8

8 months ago

1.5.3

7 months ago

1.1.7

8 months ago

1.5.2

7 months ago

1.1.6

9 months ago

1.5.1

7 months ago

1.1.5

9 months ago

1.5.0

7 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.6.9

6 months ago

1.6.8

6 months ago

1.6.7

6 months ago

1.6.6

6 months ago

1.6.5

6 months ago

1.2.9

8 months ago

0.8.1

10 months ago

0.8.0

10 months ago

0.8.3

10 months ago

0.8.2

10 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.6.9

10 months ago

0.6.8

10 months ago

1.4.6

7 months ago

1.4.5

7 months ago

1.0.9

9 months ago

1.4.4

7 months ago

1.0.8

9 months ago

1.4.3

7 months ago

1.0.7

9 months ago

1.4.2

7 months ago

1.0.6

9 months ago

1.4.1

8 months ago

1.0.5

9 months ago

1.4.0

8 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.5.9

7 months ago

1.5.8

7 months ago

1.5.7

7 months ago

1.5.6

7 months ago

0.9.0

9 months ago

0.9.2

9 months ago

0.9.1

9 months ago

0.7.9

10 months ago

0.7.6

10 months ago

0.7.5

10 months ago

0.7.8

10 months ago

0.7.7

10 months ago

1.3.7

8 months ago

1.3.6

8 months ago

1.7.1

6 months ago

1.3.5

8 months ago

1.7.0

6 months ago

1.3.4

8 months ago

1.3.3

8 months ago

1.3.2

8 months ago

1.3.1

8 months ago

1.3.0

8 months ago

1.4.9

7 months ago

1.4.8

7 months ago

1.4.7

7 months ago

0.6.7

10 months ago

0.6.3

10 months ago

0.6.5

10 months ago

0.6.4

10 months ago

0.5.4

11 months ago

0.5.3

11 months ago

0.5.6

11 months ago

0.5.5

11 months ago

0.5.2

11 months ago

0.5.8

11 months ago

0.5.7

11 months ago

0.5.9

11 months ago

0.6.2

10 months ago

0.6.1

10 months ago

0.6.0

11 months ago

0.5.1

11 months ago

0.5.0

11 months ago

0.4.9

11 months ago

0.4.8

11 months ago

0.4.7

11 months ago

0.4.6

11 months ago

0.4.5

11 months ago

0.4.4

11 months ago

0.4.3

11 months ago

0.4.2

11 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.3.9

11 months ago

0.3.8

11 months ago

0.3.7

11 months ago

0.3.6

11 months ago

0.3.5

11 months ago

0.3.4

11 months ago

0.3.3

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.8

11 months ago

0.2.7

11 months ago

0.2.6

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago