2.0.1 • Published 3 years ago

@asuite/ship-react v2.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Ship React

npm (scoped) CircleCI

This repo contains React components for the Ship Design System.

Installation

npm install @asuite/ship-react --save

Usage

Below is a simple example of using Ship React.

import { ThemeProvider, Box } from '@asuite/ship-react';

const App = () => (
  <ThemeProvider>
    <Box>Box</Box>
  </ThemeProvider>
);

License

Licensed under the Apache License, Version 2.0.

2.0.1

3 years ago

2.0.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago