@sfitzpatrick/fitzy

React UI Library

Usage no npm install needed!

<script type="module">
  import sfitzpatrickFitzy from 'https://cdn.skypack.dev/@sfitzpatrick/fitzy';
</script>

README

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