0.2.8 • Published 2 years ago

react-felix-ui v0.2.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GitHub issues Forks Stars


Felix UI is an open source react component library which extends as a CSS styling framework, which helps developers to use best styles and components, by using pre-defined classnames. Felix UI helps you to quickly build your dream project, by focusing much on functionality, because we take care of your designs.

Looking for documentation? 📝

For examples and code samples, check out in depth Documentation


Installing Felix UI

To use Felix UI components in react, all you need to do is install the react-felix-ui package.

$ npm i react-felix-ui

Usage

To start using the components, please follow these steps:

  1. Wrap your application with the FelixProvider provided by react-felix-ui.
import { FelixProvider } from "react-felix-ui"

// Do this at the root of your application
function App({ children }) {
    return <FelixProvider>{children}</FelixProvider>
}
  1. Felix UI ships with easy to use utility classes. To add CSS Import global CSS file from the package, in your index.js file.
// import Felix UI global CSS file
import "react-felix-ui/dist/cjs/index.css"

ReactDOM.render(
    <React.StrictMode>
        <App />
    </React.StrictMode>,
    document.getElementById("root")
)
  1. Now you can start using components like so!:
import { Button } from "react-felix-ui"

function Example() {
    return <Button>Created a button</Button>
}

Use as a styling framework

Felix UI can be used as a styling framework for your vanilla HTML CSS projects also. To start using the components in your project, Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

<link rel="stylesheet" href="https://felix-ui-dev.netlify.app/components/main.css" />

Introduction to Felix UI

UI Components


Colors

Colors are integral part of a UI and UX. Felix UI ship with aesthetically pleasing color pallet.

To find more detail on the below topics visit documentation on Colors

ColorHex
Primary#3bb77e #3bb77e
Secondary#2d3748 #2d3748
Gray#626262 #626262
Success#20a779 #20a779
Error#fd4e4e #fd4e4e
Warning#f8aa1c #f8aa1c
Info#007bc3 #007bc3
  • Detailed color pallet
  • Utility classes for colors

Typography

Use Typography to format text content on your web site.

To find more detail on the below topics visit documentation on Typography

  • Display
  • Headings
  • Alignment
  • Inline text elements

Alert

Alerts are used to communicate a state that affects a system, feature or page. Alerts can be used to important messages to the user.

To find more detail on the below topics visit documentation on Alert

  • Primary alert
  • Error alert
  • Info alert
  • Success alert
  • Warning alert

Avatar

Avatar is used to represent a user, and displays the profile picture or initials.

To find more detail on the below topics visit documentation on Avatar

  • Name initials avatars
  • Different sized avatars
  • Avatar groups
  • Avatar with badge for status

Badge

Badges are used to highlight an item's status for quick recognition. Badge can be used to show notification count.

To find more detail on the below topics visit documentation on Badge

  • Badge on icons
  • Badge on text

Button

The Button component is used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.

To find more detail on the below topics visit documentation on Button

  • Solid primary buttons
  • Outlined primary buttons
  • Link button
  • Icon button

Card

Card are used to show user related data collectively, like product details. Cards can be proved very useful while building websites with huge data.

To find more detail on the below topics visit documentation on Card

  • Horizontal text card
  • Vertical item card
  • Text overlay card
  • Dismiss card

Grid

CSS Grid can be used to structure elements in columns.

To find more detail on the below topics visit documentation on Grid

  • Two columns grid
  • Three columns grid

Image

Image can be used to display large picture on the website.

To find more detail on the below topics visit documentation on Image

  • Responsive image
  • Round image

Input

The input is used to get user input in a text field to feed into the system.

To find more detail on the below topics visit documentation on Input

  • Form input
  • Form input with validation

List

List can be used to show a list of items.

To find more detail on the below topics visit documentation on List

  • Numbered list
  • Lowercase alpha list
  • Uppercase alpha list
  • Disc list
  • Square list
  • Circle list
  • NO pre-styled list

Modal

Modal can be used for creating dialog boxes, to communicate with user.

To find more detail on the below topics visit documentation on Modal

  • Modal component
  • Modal demo

Navigation

Navigation can be used to give the user facility to navigate between different pages.

To find more detail on the below topics visit documentation on Navigation

  • Desktop variation

Rating

Rating can be used to show ratings on the product, or it can also be used for taking ratings from the user.

To find more detail on the below topics visit documentation on Rating

  • Filled rating

Toast

Toast can be used to show notifications to the user.

To find more detail on the below topics visit documentation on Toast

  • Success toast
  • Error toast
  • Warning toast
  • Info toast

Slider

Sliders are used to decide range for something like sound in videos, price in shopping sites, etc.

To find more detail on the below topics visit documentation on Slider

  • Custom slider

👨‍💻 Connect with me

0.2.7

2 years ago

0.2.6

2 years ago

0.2.8

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago