0.0.2 • Published 2 years ago

react-native-atomic-styles v0.0.2

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

react-native-atomic-styles

Atomic styles for React Native projects, inspired by Bootstrap

Installation

yarn add react-native-atomic-styles

Usage

import React from 'react';
import atomicStyles from 'react-native-atomic-styles';

function ExampleComponent() {
  return (
    <>
      <View style={[atomicStyles.flex]}></View>
    </>
  );
}

export default ExampleComponent;

Atomic styles

  • Background color
  • Border
  • Button
  • Flexbox
  • Spacing for margin, padding
  • Text
  • Typography
  • Viewbox

Atomic colors

Generate enum Colors from scss colors map

Usage: atomic-colors [options] <input> [output]

Options:
  -V, --version            output the version number
  -t, --timeout <timeout>  Timeout (default: 3000)
  -h, --help               display help for command
0.0.2

2 years ago

0.0.1

3 years ago

0.0.1-rc.10

3 years ago

0.0.1-rc.9

3 years ago

0.0.1-rc.4

3 years ago

0.0.1-rc.7

3 years ago

0.0.1-rc.8

3 years ago

0.0.1-rc.5

3 years ago

0.0.1-rc.6

3 years ago

0.0.1-rc.3

3 years ago

0.0.1-rc.2

3 years ago

0.0.1-rc.1

3 years ago