An opinionated React UI Component library
FiberUI is an opinionated React UI Component library that provides a set of reusable and customizable components for building user interfaces in React applications. It follows the NPM JavaScript Style Guide and aims to save development time and effort by offering a collection of pre-built components that adhere to best practices.
npm install fiber-ui
or
yarn add fiber-ui
npm install react react-dom prop-types
or
yarn add react react-dom prop-types
<head> section of your HTML file:<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap">
Alternatively, you can download the typeface-work-sans package and add the following line to your project’s entry file:
require('typeface-work-sans');
FiberUI is a React UI Component library that offers reusable and customizable components for building user interfaces in React applications. It follows the NPM JavaScript Style Guide and provides a UIProvider component for easy integration. Installation involves installing the package, its peer dependencies, and loading the Works Sans font.