altaloaders-npm
v0.0.2
Published
React Component with loaders
Downloads
2
Readme
altalogy-loaders-npm
Getting Started
- Install:
npm install altaloaders-npm
- Import:
import AltaLoaders from 'altaloaders-npm
<AltaLoaders {...} />
- Options:
type
,size
,primaryColor
,secondaryColor
,text
,textPlace
,
Property | Values | Description --- | --- | --- type | [String] | Display loader of current type size | [String] | Changing size of loader primaryColor | [String] | Change main color secondaryColor | [String] | Change secondary color text | [String] | Display text for loader textPlace | [String] | Enables to select place for label
Development
Getting Started
Prerequisites
Node.js >= 6 must be installed.
Installation
- Running
npm install
in the component's root directory will install everything you need for development.
Demo Development Server
npm start
will run a development server with the component's demo app at http://localhost:3000 with hot module reloading.
Running Tests
npm test
will run the tests once.npm run test:coverage
will run the tests and produce a coverage report incoverage/
.npm run test:watch
will run the tests on every change.
Building
npm run build
will build the component for publishing to npm and also bundle the demo app.npm run clean
will delete built resources.