You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

flipper-ui

Package Overview
Dependencies
Maintainers
4
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flipper-ui

<!-- Logo -->

0.31.4
Source
npmnpm
Version published
Weekly downloads
0
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 15 Mar 2024

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