0.2.22 • Published 3 years ago

owk-uitk v0.2.22

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

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.

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 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.2.22

3 years ago

0.2.21

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.6

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago