@miletwo/ui v2.1.1
Mile Two UI
Welcome to Mile Two's component library. This library is comprised of common components we use across applications. We primarily leverage react with material ui components but when we find ourselves making custom components that have more than one application use we come here to share them
Documentation
Generated using styleguidist đ
Quick Start
npm i @miletwo/ui
đ¨ By installing our ui components you will also install the following peer dependencies
- @emotion/react
- @emotion/styled
- @mui/material
- react
- react-dom
- react-icons
â ď¸ Note that all these dependencies will already be included if you are using react
and material ui
import React from 'react';
import { Banner } from '@miletwo/ui';
function Page({}) {
return (
<Banner label="Hello World" color="#ffffff" bgColor="#2f3faa">
Hello World
</Banner>
);
2 years ago
2 years ago
3 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago