5.1.2 • Published 3 days ago

@trycourier/react-elements v5.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 days ago

React Elements

Courier React Elements is a package of bite sized components that are shared between our larger components like Inbox and Toast.

This package includes highly reusable components such as buttons, icons, and modals.

Caution: This package is not yet stable. Interfaces are subject to change.

Button

A simple button. Uses <button> as its root element.

Usage:

import { Button } from 'react-elements';

interface ButtonProps {
  size?: "xs" | "sm" | "md" | "lg";
  /** Color of the button */
  color?: string;
  /** Defaults to white */
  textColor?: string;
  /** CSS Overrides to apply to the button*/
  css?: CSSObject;
}


<Button onClick={doWork} css={{ borderRadius: 5 }}>
  Click Me!
<Button/>

Icons

A set of icons.

Available icons:

  • Courier
  • CourierTextLogo

Usage:

import { icons } from "react-elements";

export interface IconProps {
  /** Defaults to 100% of parent. */
  size?: "xs" | "sm" | "md" | "lg" | number;
  color?: string;
  /** CSS Overrides of the SVG container */
  css?: CSSObject;
  /** CSS Overrides of the SVG tag */
  svgCSS?: CSSObject;
}

<icons.Courier fill={"tomato"} />;

Link Button

A simple button. Uses <a> as its root element.

Usage:

import { LinkButton } from 'react-elements';

interface ButtonProps {
  size?: "xs" | "sm" | "md" | "lg";
  // Color of the button
  color?: string;
  /** Defaults to white */
  textColor?: string;
  /** CSS Overrides to apply to the button*/
  css?: CSSObject;
}

<LinkButton onClick={doWork} css={{ borderRadius: 5 }}>
  Click Me!
<LinkButton/>

Title

A simple title. Uses <h1> as its root element.

Usage:

import { Title } from "react-elements";

interface TitleProps {
  children: React.ReactNode;
  /** CSS Overrides to apply to the title*/
  css?: CSSObject;
}

<Title>Hello World</Title>;
5.1.2

3 days ago

5.1.1

21 days ago

5.1.0

1 month ago

5.0.0

2 months ago

4.11.0

3 months ago

4.11.2

3 months ago

4.10.2

3 months ago

4.10.1

3 months ago

4.10.0

3 months ago

4.9.1

3 months ago

4.9.0

3 months ago

4.8.0

5 months ago

4.7.0

5 months ago

4.6.0

5 months ago

3.12.0

10 months ago

4.0.0

9 months ago

3.14.1

10 months ago

3.14.0

10 months ago

3.10.0

11 months ago

3.11.0

10 months ago

3.11.1

10 months ago

4.5.0

6 months ago

4.4.0

6 months ago

4.3.2

7 months ago

4.3.0

8 months ago

3.15.0

9 months ago

4.2.3

9 months ago

4.2.2

9 months ago

4.2.5

8 months ago

4.2.4

8 months ago

4.2.1

9 months ago

4.2.0

9 months ago

3.16.0

9 months ago

4.1.0

9 months ago

3.9.1

11 months ago

3.8.0

11 months ago

3.7.1

11 months ago

3.7.0

11 months ago

3.6.2

12 months ago

3.6.0

1 year ago

3.6.4

12 months ago

3.6.3

12 months ago

3.5.2

1 year ago

3.5.1

1 year ago

3.5.0

1 year ago

3.4.2

1 year ago

3.4.0

1 year ago

3.4.1

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.1.3

1 year ago

3.1.2

1 year ago

3.0.3

1 year ago

1.63.0

1 year ago

1.63.1

1 year ago

1.63.2

1 year ago

1.62.2

1 year ago

2.0.1

1 year ago

1.61.0

1 year ago

1.56.1

1 year ago

1.56.0

1 year ago

1.56.2

1 year ago

1.55.0

1 year ago

1.57.0

1 year ago

1.60.0

1 year ago

1.60.2

1 year ago

1.60.1

1 year ago

1.58.1

1 year ago

1.58.2

1 year ago

1.59.1

1 year ago

1.54.2

1 year ago

1.55.2

1 year ago

1.55.1

1 year ago

1.48.1

2 years ago

1.48.5

2 years ago

1.49.1

2 years ago

1.52.2

2 years ago

1.46.2

2 years ago

1.53.1

1 year ago

1.47.3

2 years ago

1.47.2

2 years ago

1.47.5

2 years ago

1.47.4

2 years ago

1.50.0

2 years ago

1.54.1

1 year ago

1.37.0

2 years ago

1.38.1

2 years ago

1.45.1

2 years ago

1.45.0

2 years ago

1.45.3

2 years ago

1.45.2

2 years ago

1.42.0

2 years ago

1.36.1

2 years ago

1.36.2

2 years ago

1.43.0

2 years ago

1.34.1

2 years ago

1.21.1

2 years ago

1.25.0

2 years ago

1.29.0

2 years ago

1.27.0

2 years ago

1.22.0

2 years ago

1.20.0

2 years ago

1.24.1

2 years ago

1.26.0

2 years ago

1.22.1

2 years ago

1.28.0

2 years ago

1.33.0

2 years ago

1.19.0

2 years ago

1.18.0

2 years ago

1.19.1

2 years ago

1.17.0

2 years ago