1.2.8 • Published 9 months ago

@adiraku/react-native-ui v1.2.8

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
9 months ago

@adiraku/react-native-ui

UI Library for Adiraku Apps

Welcome to the documentation for @adiraku/react-native-ui! This is a component library for React Native that offers a collection of versatile components inspired by Aleph design and developed with atomic design principles. This documentation will provide instructions on installation, usage, and customization of the components, enabling you to enhance your React Native applications efficiently. Let's begin exploring @adiraku/react-native-ui!

For detailed design references, please visit link below:

Installation

yarn add @adiraku/react-native-ui@latest

Configuring font

This library use Montserrat font, make sure you have them in your projects

  • Montserrat-Bold,
  • Montserrat-BoldItalic,
  • Montserrat-Italic,
  • Montserrat-Regular,
  • Montserrat-SemiBold,
  • Montserrat-SemiBoldItalic

Reference: configuring assets in react native

Quick start

The following code snippet demonstrates a simple app that uses the Button component:

import React from 'react-native';
import { View } from 'react-native';
import { Button } from '@adiraku/react-native-ui';

export function MyApp() {
  return (
    <View>
      <Button
        variant="primary"
        label="This is button"
        onPress={() => console.log('Pressed')}
      />
    </View>
  );
}

License

MIT


Made with create-react-native-library

1.2.9-canary-6

9 months ago

1.2.9-canary-5

9 months ago

1.2.9-canary-3

10 months ago

1.2.9-canary-4

10 months ago

1.2.8-canary-3

11 months ago

1.2.8-canary-4

11 months ago

1.2.8-canary-0

11 months ago

1.2.8-canary-1

11 months ago

1.2.8-canary-2

11 months ago

1.2.8

11 months ago

1.2.7

1 year ago

1.2.7-canary-0

1 year ago

1.2.9-canary-2

11 months ago

1.2.9-canary-1

11 months ago

1.2.5-canary-0

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.3-canary.1

1 year ago

1.2.3-canary.0

1 year ago

1.2.0

2 years ago

1.2.0-canary.2

2 years ago

1.2.0-canary.1

2 years ago

1.2.0-canary.0

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago