All Projects → nginformatica → flipper-ui

nginformatica / flipper-ui

Licence: MIT license
React UI toolkit for the web.

Programming Languages

typescript
32286 projects
Gherkin
971 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to flipper-ui

VCL-explorer
Shows all virtual/dynamic/interface methods inside a given BPL in a tree-like view with searching
Stars: ✭ 17 (-29.17%)
Mutual labels:  toolkit
styleguide-starterkit
A starterkit to create styleguides with Fractal and Webpack.
Stars: ✭ 35 (+45.83%)
Mutual labels:  toolkit
Awesome-Tools-For-WebDevelopers
Awesome Tools For Web Developers
Stars: ✭ 57 (+137.5%)
Mutual labels:  toolkit
streamsx.kafka
Repository for integration with Apache Kafka
Stars: ✭ 13 (-45.83%)
Mutual labels:  toolkit
rubick
🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。
Stars: ✭ 3,901 (+16154.17%)
Mutual labels:  toolkit
VPS-Bug-Bounty-Tools
Script that automates the installation of the main tools used for web application penetration testing and Bug Bounty.
Stars: ✭ 44 (+83.33%)
Mutual labels:  toolkit
hackarsenaltoolkit
Hacking arsenal. This script download the latest tools, wordlists, releases and install common hacking tools
Stars: ✭ 39 (+62.5%)
Mutual labels:  toolkit
hack-cs-tools
client side (C-S) penetration toolkit
Stars: ✭ 111 (+362.5%)
Mutual labels:  toolkit
VRQuestionnaireToolkit
🎓 ---- VRQuestionnaireToolkit ---- 🎓Enables the community to easily collect subjective measures in virtual environments.
Stars: ✭ 86 (+258.33%)
Mutual labels:  toolkit
typed-prelude
Reliable, standards-oriented software for browsers & Node.
Stars: ✭ 48 (+100%)
Mutual labels:  toolkit
merchant-center-application-kit
Tools and components for developing Merchant Center Applications 🛠
Stars: ✭ 61 (+154.17%)
Mutual labels:  toolkit
RFKit
Toolkit for daily Cocoa development. Since 2012.
Stars: ✭ 20 (-16.67%)
Mutual labels:  toolkit
GLPT
GLPT :: OpenGL Pascal Toolkit. A multi-platform library for OpenGL and OpenGL ES
Stars: ✭ 26 (+8.33%)
Mutual labels:  toolkit
frontend-tools
Links to front-end development tools
Stars: ✭ 143 (+495.83%)
Mutual labels:  toolkit
benchkit
A developer-centric toolkit module for Android to facilitate in-depth profiling and benchmarking.
Stars: ✭ 48 (+100%)
Mutual labels:  toolkit
ymir-js
This toolkit is created to make it easier for you to develop games like chess, checkers, go, match 3 puzzle and more. It is still under development.
Stars: ✭ 30 (+25%)
Mutual labels:  toolkit
xss-http-injector
XSS HTTP Inject0r is a proof of concept tool that shows how XSS (Cross Site Scripting) flags can be exploited easily. It is written in HTML + Javascript + PHP and released under GPLv3.
Stars: ✭ 22 (-8.33%)
Mutual labels:  toolkit
awesome-vulcan
🗒 A list of resources to learn awesome VulcanJS 🖖
Stars: ✭ 15 (-37.5%)
Mutual labels:  toolkit
egt
Ensemble Graphics Toolkit - Modern C++ GUI Toolkit for AT91/SAMA5 Microprocessors
Stars: ✭ 47 (+95.83%)
Mutual labels:  toolkit
spicescript
A Handy-Dandy Personal Toolkit for Enumeration and a headstart on attacking a machine!
Stars: ✭ 20 (-16.67%)
Mutual labels:  toolkit

Flipper-UI logo

Flipper-UI

React UI toolkit for the web.

npm package npm downloads Dependencies DevDependencies Build Status

Installation

Flipper-UI is available as an npm package.

// with npm
npm install flipper-ui

// with yarn
yarn add flipper-ui

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from 'flipper-ui'

function App() {
  return (
    <Button variant="contained" color="primary">
      Hello World
    </Button>
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Components

  • Advertise
  • AppBar/Header
  • AutoComplete
  • Avatar
  • Badge
  • Box
  • Button
  • Checkbox
  • Chip
  • Collapse
  • DatePicker
  • Dialog
  • Divider
  • Expansion Panel
  • Menu
  • Fade
  • Floating Action Button
  • Grow
  • Icon
  • Icon Button
  • List
  • ListItem
  • Paper
  • Progress
  • Sidebar/Drawer
  • Switcher
  • Radio
  • RadioGroup
  • Select
  • Slide
  • Snackbar
  • Table
  • Tabs
  • TextArea
  • TextField
  • Tooltip
  • Typography
  • Zoom

Next Components

  • Carousel/Gallery
  • Tree

Documentation

Check out our documentation website.

Contributing

Bug reports, feature requests and other contributions are more than welcome!
Whenever possible, please make a pull request with the implementation instead of just requesting it.

If the feature is big, open an issue first for discussion.

License

This project is licensed under the terms of the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].