npm.io
0.1.0-alpha.108 • Published 2 years ago

@gamiui/standard

Licence
ISC
Version
0.1.0-alpha.108
Deps
24
Size
1.1 MB
Vulns
3
Weekly
0
Stars
5

gamiBrain

GamiUI


Installation

The easiest way to get started with GamiUI is to use the global installation. Which means that all the components are imported from a single package.

Follow the steps below to install all GamiUI components:

  • 1. Install Packages:

    To install GamiUI, run one of the following commands in your terminal:


    ```js npm i @gamiui/standard ```
  • 2. Provider Setup:

    It is essential to add the GamiUIProvider at the root of your application:


    ```jsx import React from "react"; import { ThemeGamification } from "@gamiui/standard";

    export const App = () => { return ( ); };

  • 3. Start using a component:

    To install GamiUI, run one of the following commands in your terminal:


    ```jsx import React from "react"; import { Button } from '@gamiui/standard'

    export const App = () => { return ( GamiUI ); };

Framework Guides

GamiUI is compatible with your preferred framework. We have compiled comprehensive, step-by-step tutorials for the following frameworks:

  • 1. Nextjs
  • 2. Vite