1.12.2 • Published 2 months ago

@tamagui-extras/core v1.12.2

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

@tamagui-extras/core Installation and configuration

This package contains components which are not part of the core tamagui framework. You find the installation for Tamagui here

Installation of @tamagui/core

# yarn add @tamagui-extras/core

Configuration of NextJS

Add @tamagui-extras/core to the config section of your next.config.js file.

withTamagui({
    config: './tamagui.config.ts',
    components: ['tamagui', '@tamagui-extras/core'],
    // the rest of your config
})

Important: if you bump into compile issues you might have to add the package also to the transpileModule section.

Have a look of the NextJS config -see example

require('next-transpile-modules')(
    [
        'solito',
        'react-native-web',
        'expo-linking',
        'expo-constants',
        'expo-modules-core',
        '@tamagui-extras/core'
        // the rest of the config
    ]
)

Everytime you face the situation that an error message appears similar to SyntaxError: Cannot use import statement outside a module you might use an node module which is not transpiled for web.

Components

All components are prefixed with Lm to have an easy identifier which component belongs to this package.

Example

import {LmAlert} from "@tamagui-extras/core";
import {YStack} from 'tamagui'

function MyApp() {
    return (
        <YStack space>
            <LmAlert text={"My alert message"}/>
        </YStack>
    )
}

Links

Storybook Demo

1.12.2

2 months ago

1.12.1

2 months ago

1.12.0

2 months ago

1.11.0

3 months ago

1.10.1

3 months ago

1.10.0

4 months ago

1.9.0

4 months ago

1.8.6

5 months ago

1.8.5

5 months ago

1.8.2

5 months ago

1.8.1

5 months ago

1.8.0

5 months ago

1.7.1

5 months ago

1.7.0

5 months ago

1.8.4

5 months ago

1.8.3

5 months ago

1.6.1

6 months ago

1.6.0

6 months ago

1.5.0

8 months ago

1.4.1

8 months ago

1.4.0

8 months ago

1.3.0

10 months ago

1.2.0

11 months ago

1.1.7

12 months ago

1.1.6

12 months ago

1.1.5

12 months ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.17.1

1 year ago

0.17.0

1 year ago