2.7.1 • Published 3 years ago

andrade v2.7.1

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

Andrade UI

This is a React-based, TypeScript-as-a-first-class-citizen UI library that has an emphasis in minimizing external dependencies on those that are absolutely necessary. Styled-components have been used to allow for easy theming of the components.

andrade codecov

Installation

// with npm
npm install andrade

// with yarn
yarn install andrade

Usage

Wrapping your application with the AndradeTheme component is absolutely necessary for passing the theme file down to the rest of the components. Using the theme prop allows you to replace the theme variables with your own.

import { AndradeTheme } from "andrade";

import App from "App";

ReactDOM.render(
    <AndradeTheme>
        <App />
    </AndradeTheme>,
    document.querySelector('#root')
);
2.7.1

3 years ago

2.7.0

3 years ago

2.6.8

3 years ago

2.6.7

3 years ago

2.6.6

3 years ago

2.6.3

3 years ago

2.6.5

3 years ago

2.6.4

3 years ago

2.6.2

4 years ago

2.6.1

4 years ago

2.6.0

4 years ago

2.5.1

4 years ago

2.5.0

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.17.0

4 years ago

1.16.1

4 years ago

1.16.0

4 years ago

1.15.0

4 years ago

1.14.0

4 years ago

1.13.4

4 years ago

1.13.3

4 years ago

1.13.2

4 years ago

1.13.1

4 years ago

1.13.0

4 years ago

1.12.1

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.2.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago