2.4.4 • Published 5 months ago

reactro-ui-lib v2.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Reactro UI

Reactro UI is a retro-inspired React component library with Typescript support.

See all the available components on Reactro UI's Storybook

Installation

Run the following on your terminal inside the directory of any React project:

npm install reactro-ui-lib

Reactro UI uses styled-components, so if you haven't already installed it, run the following as well:

npm install styled-components

Usage

Once everything is installed, you can import any Reactro UI's component as seen on Storybook.

Wrap everything with ThemeProvider so both theming and styles are correctly applied.

import { Button, ThemeProvider } from 'reactro-ui-lib';

<ThemeProvider>
    <Button>Click me</Button>
</ThemeProvider>

ThemeProvider accepts both a theme and a font prop, where you can choose from the currently available themes and fonts.

import { Button, ThemeProvider } from 'reactro-ui-lib';

<ThemeProvider theme="cherry" font="venice">
    <Button>Click me</Button>
</ThemeProvider>

Copyright

This library was built by Melina Montelongo and is provided under the MIT license.

2.4.4

5 months ago

2.4.3

5 months ago

2.4.2

5 months ago

2.4.1

5 months ago

2.4.0

7 months ago

2.3.2

7 months ago

2.3.1

7 months ago

2.3.0

7 months ago

2.2.2

7 months ago

2.2.1

7 months ago

2.2.0

7 months ago

2.1.4

7 months ago

2.1.3

7 months ago

2.1.2

7 months ago

2.1.1

7 months ago

2.1.0

7 months ago

2.0.4

7 months ago

2.0.3

7 months ago

2.0.2

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

8 months ago