3.2.0 • Published 1 year ago

@ingresse/aphrodite v3.2.0

Weekly downloads
32
License
MIT
Repository
github
Last release
1 year ago

Aphrodite React

React UI Library from ingresse.com

A front-end library with Ingresse's styles, using React 16, based on Emotion.


Install

You can install with Yarn or NPM in your App Project:

npm i --save @ingresse/aphrodite

Re-export the Aphrodite tools through your React application folder structure.

src/utils/index.js:

export {
    colors,
} from '@ingresse/aphrodite';

src/components/index.js:

export {
    Button,
    Container,
    Styled,
} from '@ingresse/aphrodite';

src/App.jsx:

/* Core Packages */
import React from 'react';

/* Your Project Components */
import {
    Button,
    Container,
    Styled,
} from './components';

function App() {
    function handleClick(evt) {
        console.log('button click', evt);
    }

    return (
        <Container sm>
            <Styled
                as="section"
                textAlign="center"
                backgroundColor="mercury,crystal,0.5"
            >
                <Button
                    color="success"
                    onClick={handleClick}
                >
                    Hello World
                </Button>
            </Styled>
        </Container>
    );
}

export default App;

Documentation

We try, but isn't the most complete and readeable documentation:

http://ingresse.github.io/aphrodite-react

:-)


3.2.0

1 year ago

3.2.0-rc5

1 year ago

3.2.0-rc3

1 year ago

3.2.0-rc4

1 year ago

3.2.0-rc1

1 year ago

3.2.0-rc2

1 year ago

3.1.0

2 years ago

3.0.0-rc19

3 years ago

3.0.0-rc21

3 years ago

3.0.0-rc20

3 years ago

3.0.0

3 years ago

3.0.0-rc18

3 years ago

3.0.0-rc17

3 years ago

3.0.0-rc16

3 years ago

3.0.0-rc15

3 years ago

3.0.0-rc14

3 years ago

3.0.0-rc13

3 years ago

3.0.0-rc11

3 years ago

3.0.0-rc10

3 years ago

3.0.0-rc12

3 years ago

3.0.0-rc6

3 years ago

3.0.0-rc5

3 years ago

3.0.0-rc4

3 years ago

3.0.0-rc9

3 years ago

3.0.0-rc8

3 years ago

3.0.0-rc7

3 years ago

3.0.0-rc3

3 years ago

3.0.0-rc2

3 years ago

3.0.0-rc1

3 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.2

4 years ago

2.1.3

4 years ago

1.9.2

4 years ago

2.1.1

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

2.1.0

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago