1.0.7 • Published 3 years ago

native-x-spinner v1.0.7

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

native-x-spinner

semantic-release

This component adds space between to other components

Install

Yarn

yarn add native-x-spinner

NPM

npm install native-x-spinner

Usage

import { Spinner } from 'native-x-spinner'

function MyComponent() {
  return (
    <Stack>
      ...
      <Spinner />
      ...
    </Stack>
  )
}

API

PropertyDefault ValueUsage
animating?: booleantrueAnimate the spinner
color?: stringCOLOR.SECONDARYColor of spinner
size?: string'normal'Valid values: 'x-small', 'small', 'normal', 'large', 'x-large'

Automatic Release

Here is an example of the release type that will be done based on a commit messages:

Commit messageRelease type
fix: commentPatch Release
feat: commentMinor Feature Release
perf: commentMajor Feature Release
doc: commentNo Release
refactor: commentNo Release
chore: commentNo Release