1.0.12 • Published 4 years ago

react-native-pure-loaders v1.0.12

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

react-native-pure-loaders Pure Loaders

React native loading spinners based on the ones found at https://loading.io/css/.

Currently, the only loaders are <Loader.Ring> and <Loaders.Ellipses>. They can be seen below in the Demo.

Demo

Live snack demo

demo

Installation

npm install react-native-pure-loaders

or

yarn add react-native-pure-loaders

Usage

Example usage:

import Loaders from './lib/index';

export default function App() {
  return (
    <View style={styles.container}
      <Loaders.Ring />
    </View>
  );
}

API

Loaders.Ellipses

props

  • color: string - The color of the loader.
  • size: number - The size of the loader icon. Defaults to 64.

Loaders.Ring

props

  • color: string - The color of the loader.
  • size: number - The size of the loader icon. Defaults to 64.
1.0.12

4 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago