Paramount
Edit page
IntroductionCustomizationLayout
Components
ContributingReadmeWarningDocumentationUsageGetting started

Paramount

Master Branch npm GitHub

Paramount UI is a React components library. The core features of this library is

  • Cross platform. Components work and look the same on Web, iOS, Android and Desktop apps
  • Customizable. The theming and components are highly customizable, so that you can adapt to your branding needs.
  • 35+ components. Building blocks from buttons to responsive layout and icons for your application

Warning

Paramount UI is considered unstable until version 2.x

Documentation

On getting started, components documentation and guides, visit full documentation

Usage

Here is an example of using the library:

import React from 'react';
import { ThemeProvider, Button } from 'paramount-ui';
const App = () => (
<ThemeProvider>
<Button color="primary" appearance="minimal" title="Hello World" />
</ThemeProvider>
);

Getting started

yarn add paramount-ui
# or
npm install --save paramount-ui

Setup on Web

Create React App works out of the box with paramount-ui.

For alternative setup, follow the guides on react-native-web

Setup on Native

Expo works out of the box with paramount-ui

If you do not have react-native-vector-icons dependency in your setup, install it