1.0.12 • Published 2 years ago

master-ui-components v1.0.12

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

Master UI Components

This library contains React UI components and util functions. It has written in Typescript for React projects.

📦 Install

  yarn add master-ui-components

or

  npm i master-ui-components

🔨 Usage

import React from 'react';
import { Button, getDateFormats } from 'master-ui-components';

const nowDateFormats = getDateFormats({ timestamp: new Date().getTime(), lang: "en" })
 
const App = () => (
  <>
    <Button text="Press Me"/>
    <div> 
      {"Date: " + nowDateFormats.dateFormat01}
    </div>
  </>
);

Authors

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago