Skip to content

nginformatica/flipper-ui

Folders and files

NameName
Last commit message
Last commit date
Jun 25, 2024
Nov 21, 2024
Mar 15, 2024
Feb 3, 2025
Nov 21, 2024
Jul 11, 2024
May 10, 2024
Jun 25, 2024
Jun 25, 2024
Jan 23, 2024
Aug 22, 2018
Jun 21, 2024
Nov 21, 2024
Dec 11, 2024
Feb 3, 2025
Sep 10, 2018
Nov 21, 2024
Feb 3, 2025

Repository files navigation

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.