fitzy
TypeScript icon, indicating that this package has built-in type declarations

2.7.3 • Public • Published

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

Package Sidebar

Install

npm i fitzy

Homepage

fitzy-ui.com

Weekly Downloads

8

Version

2.7.3

License

MIT

Unpacked Size

201 kB

Total Files

59

Last publish

Collaborators

  • stevenfitzpatrick