1.1.35 β€’ Published 5 years ago

panda-common-controls v1.1.35

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

🐼 Panda Common Controls

npm version Build Status Coverage Status

This library came out as a personal project to create a list of reusable components and also as a test to build my first public module to use with NPM.

It contains some "fancy looking" components like:

  • Animations
  • Badges
  • Button
  • Calendar
  • Card
  • Checkbox
  • Dropdown List
  • Graphs
  • Icons
  • Menus Layout
  • Modals
  • RadioButton
  • Tabs
  • TextBox (an input tag with a little more functionality)
  • Toast Notifications
  • ToolTip

These components where created using the styled-componets library.

You can see them in action here.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

NOTE: In order to use these components you will need to install the styled-components and styled-theming packages.

npm install --save styled-components styled-theming

To install this module using npm just run this command:

npm install --save panda-common-controls

This will install the following files into your project:

    .
    β”œβ”€β”€ lib
    |     β”œβ”€β”€ animations
    |     |       └── animations.js
    |     β”œβ”€β”€ badges
    |     |       └── badges.js
    |     β”œβ”€β”€ buttons
    |     |       └── buttons.js
    |     β”œβ”€β”€ calendar
    |     |       β”œβ”€β”€ calendar.js
    |     |       β”œβ”€β”€ month.js
    |     |       β”œβ”€β”€ months.js
    |     |       └── years.js
    |     β”œβ”€β”€ cards
    |     |       └── cards.js
    |     β”œβ”€β”€ checkboxes
    |     |       └── checkboxes.js
    |     β”œβ”€β”€ dropdownlists
    |     |       └── dropdownlists.js
    |     β”œβ”€β”€ graphs
    |     |       └── graphs.js
    |     β”œβ”€β”€ icons
    |     |       └── icons.js
    |     β”œβ”€β”€ menus
    |     |       └── menus.js
    |     β”œβ”€β”€ modals
    |     |       └── modals.js
    |     β”œβ”€β”€ radiobuttons
    |     |       └── radiobuttons.js
    |     β”œβ”€β”€ tabs
    |     |       └── tabs.js
    |     β”œβ”€β”€ textboxes
    |     |       └── textboxes.js
    |     β”œβ”€β”€ toastnotifications
    |     |       └── toastnotifications.js
    |     └── tooltip
    |             └── tooltip.js
    β”œβ”€β”€ index.js
    β”œβ”€β”€ package.json
    └── README.md

For a complete list of the files, including a running examples and tests, you can check the GitHub repository.

Basic usage

Components

You can clone the repository, start it and check the meta-storybook page to see some of the components in action.

**To clone it**
git clone https://github.com/pecadorcelestial/panda-common-controls.git

**To start it**
npm start

Running the tests

The test where build using Jest and Enzyme, to run them just copy the repository and type:

npm test

This includes the coverage command.

Built With

Authors

  • Francisco RodrΓ­guez - Initial work - GitHub

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

1.1.35

5 years ago

1.1.34

5 years ago

1.1.33

5 years ago

1.1.32

5 years ago

1.1.31

5 years ago

1.1.30

5 years ago

1.1.29

5 years ago

1.1.28

6 years ago

1.1.27

6 years ago

1.1.26

6 years ago

1.1.25

6 years ago

1.1.24

6 years ago

1.1.23

6 years ago

1.1.22

6 years ago

1.1.21

6 years ago

1.1.20

6 years ago

1.1.19

6 years ago

1.1.18

6 years ago

1.1.17

6 years ago

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.39

6 years ago

1.0.38

6 years ago

1.0.37

6 years ago

1.0.36

6 years ago

1.0.35

6 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago