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
Paramount UI is considered unstable until version 2.x
On getting started, components documentation and guides, visit full documentation
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>
);
yarn add paramount-ui
# or
npm install --save paramount-ui
Create React App works out of the box with paramount-ui
.
For alternative setup, follow the guides on react-native-web
Expo works out of the box with paramount-ui
If you do not have react-native-vector-icons
dependency in your setup, install it