Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flipper-ui

Package Overview
Dependencies
Maintainers
4
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flipper-ui

<!-- Logo -->

  • 0.30.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
123
decreased by-16.89%
Maintainers
4
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 18 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc