ax-theme

1.0.3 • Public • Published

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 ^_~

Readme

Keywords

Package Sidebar

Install

npm i ax-theme

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

18.4 kB

Total Files

4

Last publish

Collaborators

  • mindula-dilthushan