2.7.3 • Published 6 years ago

fitzy v2.7.3

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

Fitzy

npm CircleCI coveralls Code style

Library of common React UI Components, ready to plug into your website. Uses Emotion CSS-in-JS Library for styles.

Table of content

💻 Getting Started

Follow these instructions to include the Fitzy Library to your website.

First include the dependency in your project.

Fitzy is available as an npm package.

$ npm install fitzy --save

This library depends on react,prop-types and Emotion. Please make sure you have those installed as well.

📦 Usage

The fitzy library provides both named and default exports, so you can import everything or just what you need. I would recommend just to import what you need for smaller bundle sizes.

Named:
import { Input, Tabs } from 'fitzy';
Default:
import Fitzy from 'fitzy';

🎁 Components

Tabs

Built With

  • React - The javascript library used.
  • Emotion - CSS-in-JS Library for styling.
  • Jest - Test Framework.
  • Styleguidist - React component development library.

👊 Author

📃 License

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

📜 Change log

The change log can found on the releases page.

✍️ Contributions

Feel free to contribute and submit pull requests.test

🔗 Links

2.7.3

6 years ago

2.6.1

6 years ago

2.6.0

6 years ago

2.5.5

6 years ago

2.5.4

6 years ago

2.5.3

6 years ago

2.5.2

6 years ago

2.5.1

6 years ago

2.5.0

6 years ago

2.4.1

6 years ago

2.4.0

6 years ago

2.3.0

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

1.0.26

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.13

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