1.0.3 • Published 8 months ago

ax-theme v1.0.3

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

Ax-Theme

A comprehensive React Native styles package designed to simplify and enhance your mobile app development experience.

npm version

Installation

Install this package using npm:

npm install ax-theme

Usage

Import the AxTheme object in your React Native application:

import AxTheme from 'ax-theme';
const Welcome = () => {
    return(
        <View style={[AxTheme.bgRed]}>
        </View>
    )
}
exports default Welcome;

Features

Background Colors


Background

  • bgRed
  • bgBlack
  • bgBlue

GitHub issues GitHub Contributions

License 📝

GitHub license

repo size GitHub forks GitHub stars GitHub LastCommit

Developed by Mindula Dilthushan Manamperi ^_~

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago