1.2.2 • Published 4 years ago

la-danze-ui v1.2.2

Weekly downloads
315
License
MIT
Repository
github
Last release
4 years ago

license npm latest package la danze ui cicd Coverage codecov.io

Installation

# npm
npm install la-danze-ui

# yarn
yarn add la-danze-ui

Peer dependencies

  • material-ui (next):
    • @material-ui/core@next
    • @emotion/react
    • @emotion/styled
  • react-router-dom
  • framer-motion
  • react-hook-form

Quickstart

Just a quick example that shows how to apply La Danze UI theme to your app:

import React from 'react';
import ReactDOM from 'react-dom';
import { Button, Paper, Typography } from "@material-ui/core";
import { Theme  } from 'la-danze-ui';

function App() {  
  return (
    <Theme>
      <Paper>
        <Typography variant="h2">Themed h2</Typography>
        <Button>Themed button</Button>
      </Paper>
    </Theme>
  );
}

Edit Button

Documentation

See docs website.

Demo

See live preview.

Libraries used

La Danze UI uses and requires these dependencies:

License

This project is licensed under the terms of the MIT license.

Project organizaton

See little explanation of this project organization.

1.3.0-beta.1

4 years ago

1.3.0-beta.2

4 years ago

1.2.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.12

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago