0.3.2 • Published 2 days ago

@leav/ui v0.3.2

Weekly downloads
-
License
LGPL3
Repository
github
Last release
2 days ago

LEAV Engine - Shared utils for frontend apps

Prerequisites

UserContext and LangContext providers are required for most components of @leav/ui. They both are exported by @leav/ui. You can use them as follows:

import { UserContext, LangContext } from '@leav/ui';

const App = () => {

    const userContextData = {
        userId: '123',
        userWhoAmI: {
            id: '123',
            label: 'John Doe',
            sublabel: null,
            preview: null,
            color: null
        }
    };

    const langContextData = {
        lang: ['en'],
        availableLangs: ['en', 'fr'],
        defaultLang: ['en'],
        setLang: _handleLanguageChange
    };


    return (
    <UserContext.Provider value={userContextData}>
        <LangContext.Provider value={langContextData}>
            <YourComponent />
        </LangContext.Provider>
    </UserContext.Provider>
    );
};

Real-world implementation can be seen on Data Studio

0.3.2-616b7e5

3 days ago

0.3.2-16f852d

2 days ago

0.3.2-2273a29

9 days ago

0.3.2-ce437d2

11 days ago

0.3.2-0ca188a

12 days ago

0.3.2-8e5f6dc

12 days ago

0.3.2-86a5da9

16 days ago

0.3.2

16 days ago

0.3.1-de2184b

17 days ago

0.3.1-44b32a9

23 days ago

0.3.1-8b6820b

26 days ago

0.3.1-f9630e3

26 days ago

0.3.0-239cc8a

1 month ago

0.3.0-0c71091

1 month ago

0.3.0-df2f252

1 month ago

0.3.1-1256ec5

1 month ago

0.3.0-68a0f39

1 month ago

0.3.0-df04ce1

1 month ago

0.3.0-b3929f3

1 month ago

0.3.0-582beda

1 month ago

0.3.0-896e230

1 month ago

0.3.0-99ad726

1 month ago

0.3.0-b14ef90

1 month ago

0.3.1

1 month ago

0.3.0

1 month ago

0.2.9

1 month ago

0.2.8

1 month ago

0.2.7

2 months ago

0.2.6

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.4

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.3

2 months ago

0.1.0

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.1

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1-alpha-5

3 months ago

0.0.1-alpha-6

3 months ago

0.0.1-alpha-4

3 months ago

0.0.1-alpha-7

3 months ago

0.0.1-alpha-3

3 months ago

0.0.1-alpha-2

3 months ago

0.0.1-alpha-1

3 months ago

1.0.0-beta6

3 months ago