monochromatic-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published


Monochromatic-UI

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

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';
 
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

Package Sidebar

Install

npm i monochromatic-ui

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

137 kB

Total Files

25

Last publish

Collaborators

  • byebye-sama