1.0.0 • Published 4 years ago

testing123-ui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

React components. Based on Material Design, build it with Styled Components. With gradient styles. :art:

GitHub stars GitHub forks Twitter Follow GitHub license

Installation

Install Monochromatic UI via npm.

npm install @monochromatic-ui

Load Maven Pro font.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap"/>

Icon component works with Material Design Icon font so you will need it too.

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined"/>

Usage

Just import the component you want to use.

import React from 'react';
import { Button } from '@monochromatic-ui/components';

function App() {
  return <Button>Hello World</Button>;
}

...

Documentation and Roadmap

Check out our storybook website.

Questions

For 'How to ...?' questions and other non-issues, please use our Discord while we are waiting for Github Discussions to go out of beta.

Maintainers

Collaborators