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

flipper-ui

Package Overview
Dependencies
Maintainers
0
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flipper-ui

React UI based on the @mui/material toolkit for the web

  • 0.35.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
116
decreased by-66.86%
Maintainers
0
Weekly downloads
 
Created
Source

Flipper-UI logo

Flipper-UI

React UI based on the

@mui/material
toolkit for the web.

npm package npm downloads

Installation

Flipper-UI is available as an npm package.

npm install flipper-ui

yarn add flipper-ui

Usage

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

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

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

render(<App />, document.getElementById('root'))

Documentation

Check out our documentation website. You can also interact with the components there!

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 21 Nov 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

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