Skip to content

Mindula-Dilthushan/AxTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published