@eltongarbin/ocean-components
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

@useblu/ocean-components

React components that implement Ocean's Design System.

Installation

Using yarn:

yarn add @useblu/ocean-components

or using npm:

npm i @useblu/ocean-components

Usage

import React from 'react';
import ReactDOM from 'react-dom';

import '@useblu/ocean-components/dist/ocean-ds.min.css';
import { Button } from '@useblu/ocean-components';

function App() {
  return <Button variant="primary">Hello World</Button>;
}

ReactDOM.render(<App />, document.querySelector('#app'));

Read the documentation to learn more.

Contributing

Please see our contributing.md.

License

Licensed under the GPL-3.0 license.

Package Sidebar

Install

npm i @eltongarbin/ocean-components

Weekly Downloads

0

Version

1.2.1

License

GPL-3.0

Unpacked Size

381 kB

Total Files

44

Last publish

Collaborators

  • eltongarbin