0.12.3 • Published 11 months ago

@ies-ds/react-ui v0.12.3

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

@ies-ds/react-ui

IES Design System React UI Components

IES Design System - React UI Components https://design.iesve.com

See Changelog

Installation

Install the package in your project directory

Install using NPM:

npm install --save @ies-ds/react-ui

Install using Yarn:

yarn add @ies-ds/react-ui

Import components into the application.

To import the Text component from the IES design system, use the following:

import { Text } from '@ies-ds/react-ui';

<Text>Hello World!</Text>;

All UI components can be imported using the same method. The current components are listed below.

Theming

Wrap the application with the ThemeProvider to add global styling and theming. See ThemeProvider

import { ThemeProvider, light, dark } from '@ies-ds/react-ui';

<ThemeProvider theme={light}>
  <App />
</ThemeProvider>;

Induvidual components can be also be wrapped with the ThemeProvider to override the global style/theme.

<ThemeProvider theme={light}>
  <App>
    <ThemeProvider theme={dark}>
      <Button />
    </ThemeProvider>
  </App>
</ThemeProvider>

Components

Browse the components

https://design.iesve.com

Documentation

Coming soon....

0.12.0

11 months ago

0.12.1

11 months ago

0.12.2

11 months ago

0.12.3

11 months ago

0.9.1-beta.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.2-beta.11

2 years ago

0.8.4

2 years ago

0.8.2-beta.10

2 years ago

0.8.4-beta.0

2 years ago

0.8.2-beta.14

2 years ago

0.8.2-beta.13

2 years ago

0.8.2-beta.12

2 years ago

0.8.2-beta.7

2 years ago

0.8.2-beta.8

2 years ago

0.8.2-beta.9

2 years ago

0.8.2-beta.0

2 years ago

0.8.2-beta.1

2 years ago

0.8.2-beta.2

2 years ago

0.8.2-beta.3

2 years ago

0.8.2-beta.4

2 years ago

0.8.2-beta.5

2 years ago

0.8.2-beta.6

2 years ago

0.8.4-dev.0

2 years ago

0.8.3

2 years ago

0.7.1-beta.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.6.0-beta.4

3 years ago