0.5.12-beta • Published 2 years ago

@audiencetown/owk-uitk v0.5.12-beta

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

owk-uitk

Build status Deploy status

Quickly build beautiful React apps. owk-uitk is a customizable component library to build faster, beautiful, and more accessible React applications. Follow our own design system, or start with owk-uitk.

Table of contents

General info

This package is a custom react material UI theme for Audience Town.

Technologies

Package is created with:

  • React: 17.0.2
  • React DOM: 17.0.2
  • Material-UI core: 4.11.3
  • Material-UI icons: 4.11.2

Demo

Live demo

Installation

owk-uitk is available as an npm package.

// with npm
    npm i @audiencetown/owk-uitk

This package used Inter font so add the following links to the index.html

<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
    rel="stylesheet">

Usage

Here is a quick example to get you started, it's all you need:

import * as React from 'react';
import ReactDOM from 'react-dom';
import Theme from '@owk-uitk/dist/Theme';
import Dashboard from '@owk-uitk/dist/Dashboard';

function App() {
  return ( 
    <Theme>
        <Dashboard/>
        or any other component
    </Theme>
  );
}
ReactDOM.render(<App />, document.querySelector('#app'));

Known issues

  • Using animation with dialog freezes the screen
0.5.10-beta

2 years ago

0.5.12-beta

2 years ago

0.5.11-beta

2 years ago

0.4.8

2 years ago

0.5.8-beta

2 years ago

0.5.5-beta

2 years ago

0.5.4-beta

2 years ago

0.5.1-beta

2 years ago

0.5.6-beta

2 years ago

0.5.9-beta

2 years ago

0.5.3-beta

2 years ago

0.5.0-beta

2 years ago

0.5.7-beta

2 years ago

0.5.2-beta

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.3-beta

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.2-beta

2 years ago

0.4.0-beta

2 years ago

0.4.1-beta

2 years ago

0.3.8

2 years ago

0.3.0

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.29

2 years ago

0.2.28

2 years ago

0.2.27

2 years ago

0.2.26

2 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.23

3 years ago

0.2.22

3 years ago