0.0.11 • Published 4 years ago

mooveit-library-fagsoft v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Mooveit Library Fagsoft

The best, never seen, UI components library.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

These is all the dependencies you need to used this library.

"react": ">=16.8.0",
"react-dom": ">=16.8.0"

To install them, just run:

// with npm
npm install react
npm install react-dom

// with yarn
yarn add react
yarn add react-dom

Installing

Mooveit Library Fagsoft is available as an npm package.

// with npm
npm install mooveit-library-fagsoft

// with yarn
yarn add mooveit-library-fagsoft

Here is a quick example to get you started, it's all you need:

import {Button} from 'mooveit-library-fagsoft';
<Button text="Hello Moove It!" onClick={()=>alert('You have clicked on me!')} palette='primary' />

Running the tests

// with npm
npm run test

Break down into end to end tests

Each test will check components and their features / behaviors.

Built With

  • ReactJs - The web framework used
  • npm - Dependency Management

Authors

  • Fabio A García S - Initial work - Fagsoft1

Acknowledgments

Mooveit Library Fagsoft has been created to complete a coding challenge. Is a project not only to achieve the goal of completing the code challenge but also a way to learn new things.

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago