0.2.50 • Published 2 months ago

@adoptaunabuelo/react-components v0.2.50

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

react-components

A simple, customizable, and accessible library of React components

npm latest package license

Installation

React Components

React Components is available as an npm package.

npm:

npm install @adoptaunabuelo/react-components

yarn:

yarn add @adoptaunabuelo/react-components

Getting started with React Components

Here is an example of a basic app using React Components ProgressBar component:

import React from 'react';
import { ProgressBar } from '@adoptaunabuelo/react-components';

function App() {
    return (
        <ProgressBar 
            maxValue={100}
            minValue={0}
            progress={40}
        />;
    )
}

Watch out!

To be able to use Input type location, you will need to add this line to your project header:

<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places&language=es"/>

Please, replace YOUR_API_KEY with your Google Maps API Key.

Storybook

You can checkout all the library Components and its docs in our storybook

Open the Storybook

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

License

This project is licensed under the terms of the MIT license.

0.2.50

2 months ago

0.2.49

3 months ago

0.2.48

3 months ago

0.2.47

4 months ago

0.2.46

4 months ago

0.2.41

6 months ago

0.2.45

5 months ago

0.2.44

5 months ago

0.2.43

5 months ago

0.2.42

6 months ago

0.2.40

6 months ago

0.2.27

9 months ago

0.2.26

9 months ago

0.2.25

9 months ago

0.2.24

9 months ago

0.2.23

9 months ago

0.2.22

9 months ago

0.2.21

9 months ago

0.2.20

10 months ago

0.2.19

10 months ago

0.2.18

10 months ago

0.2.17

10 months ago

0.2.16

10 months ago

0.2.15

10 months ago

0.2.14

10 months ago

0.2.13

10 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.2.39

6 months ago

0.2.30

8 months ago

0.2.38

6 months ago

0.2.37

7 months ago

0.2.36

7 months ago

0.2.35

7 months ago

0.2.34

8 months ago

0.2.33

8 months ago

0.2.32

8 months ago

0.2.31

8 months ago

0.2.29

8 months ago

0.2.28

9 months ago

0.1.20

11 months ago

0.1.21

11 months ago

0.1.22

11 months ago

0.1.23

11 months ago

0.2.10

10 months ago

0.2.1

11 months ago

0.2.7

10 months ago

0.2.6

11 months ago

0.2.9

10 months ago

0.1.18

11 months ago

0.2.8

10 months ago

0.1.19

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.1.17

11 months ago

0.1.16

11 months ago

0.1.15

11 months ago

0.1.14

11 months ago

0.1.13

11 months ago

0.1.12

11 months ago

0.1.11

11 months ago

0.1.10

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.0

12 months ago